diff --git a/netclient/daemon/common.go b/netclient/daemon/common.go index 5d001a10..6e8930d6 100644 --- a/netclient/daemon/common.go +++ b/netclient/daemon/common.go @@ -35,6 +35,7 @@ func InstallDaemon() error { func Restart() error { if ncutils.IsWindows() { RestartWindowsDaemon() + return nil } pid, err := ncutils.ReadPID() if err != nil {