1
0
mirror of https://git.sdf.org/rudi/headless9.git synced 2026-03-22 13:27:29 +00:00
This commit is contained in:
2022-07-31 11:19:24 -04:00
parent 5f41341e1a
commit 1598980f0e
2 changed files with 18 additions and 21 deletions

View File

@ -119,12 +119,9 @@ func headlessControls() {
log.Printf(DAEMON_PROCESSING_CTL, cmd) log.Printf(DAEMON_PROCESSING_CTL, cmd)
} }
} }
} }
} }
func execCommand(cmd string, arg ...string) { func execCommand(cmd string, arg ...string) {
defer PanicSafe() defer PanicSafe()
if len(cmd) < 2 { if len(cmd) < 2 {