got service working

This commit is contained in:
afeiszli
2021-09-21 14:01:52 -04:00
parent 06811235c9
commit ec46d303ab
5 changed files with 60 additions and 55 deletions

View File

@@ -107,7 +107,7 @@ func Uninstall() error {
// clean up OS specific stuff
if ncutils.IsWindows() {
daemon.CleanupWindows()
} else if ncutils.IsWindows() {
} else if ncutils.IsMac() {
daemon.CleanupMac()
}