mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 15:14:22 +08:00
return after windows restart
This commit is contained in:
parent
df0e882a7e
commit
cac9d481f8
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ func InstallDaemon() error {
|
|||
func Restart() error {
|
||||
if ncutils.IsWindows() {
|
||||
RestartWindowsDaemon()
|
||||
return nil
|
||||
}
|
||||
pid, err := ncutils.ReadPID()
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue