1
0
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:
2022-10-23 00:15:59 -04:00
parent 0349a3495f
commit ae99cfc014

View File

@ -155,9 +155,6 @@ func processCommand(cmd string) error {
delete(services, svc)
log.Printf(DAEMON_CTL_PROCESSED, svc, time.Since(start))
}
}
}
}
if verb == "restart" || verb == "start" {
startup, err := readLines(serviceFile)