mirror of
https://git.sdf.org/rudi/headless9.git
synced 2026-03-22 05:17:27 +00:00
Fix braces
This commit is contained in:
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user