Loading main.go +0 −5 Original line number Diff line number Diff line Loading @@ -46,11 +46,6 @@ func main() { fmt.Println("ERROR: can only run batch commands as SYSTEM.") os.Exit(1) } err := this.StartThis(user, cmd.String("name")) if err != nil { fmt.Printf("ERROR: %s.", err) os.Exit(1) } exitcode := 0 switch batchFlag { case "reboot": Loading Loading
main.go +0 −5 Original line number Diff line number Diff line Loading @@ -46,11 +46,6 @@ func main() { fmt.Println("ERROR: can only run batch commands as SYSTEM.") os.Exit(1) } err := this.StartThis(user, cmd.String("name")) if err != nil { fmt.Printf("ERROR: %s.", err) os.Exit(1) } exitcode := 0 switch batchFlag { case "reboot": Loading