added cidr regardless

This commit is contained in:
0xdcarns
2022-02-06 11:06:04 -05:00
parent 36a8df5b7c
commit 8ea0574be9
4 changed files with 16 additions and 16 deletions

View File

@@ -244,6 +244,7 @@ func JoinNetwork(cfg config.ClientConfig, privateKey string) error {
}
}
}
if cfg.Daemon != "off" {
err = daemon.InstallDaemon(cfg)
}