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

@ -156,9 +156,6 @@ func processCommand(cmd string) error {
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)
if err != nil { if err != nil {