Fix braces
This commit is contained in:
parent
0349a3495f
commit
ae99cfc014
3
main.go
3
main.go
@ -155,9 +155,6 @@ func processCommand(cmd string) error {
|
|||||||
delete(services, svc)
|
delete(services, svc)
|
||||||
log.Printf(DAEMON_CTL_PROCESSED, svc, time.Since(start))
|
log.Printf(DAEMON_CTL_PROCESSED, svc, time.Since(start))
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if verb == "restart" || verb == "start" {
|
if verb == "restart" || verb == "start" {
|
||||||
startup, err := readLines(serviceFile)
|
startup, err := readLines(serviceFile)
|
||||||
|
Loading…
Reference in New Issue
Block a user