Moved warewulfd commandline program into wwctl
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
package start
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
import (
|
||||
"github.com/hpcng/warewulf/internal/pkg/warewulfd"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
func CobraRunE(cmd *cobra.Command, args []string) error {
|
||||
|
||||
return nil
|
||||
return warewulfd.RunServer()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user