mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
got service working
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user