Fix braces

This commit is contained in:
Rudi 2022-10-23 00:15:59 -04:00
parent 0349a3495f
commit ae99cfc014
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD

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)