updated helm charts

This commit is contained in:
afeiszli
2021-10-17 15:31:37 -04:00
parent a39ef16394
commit 445df67030
10 changed files with 157 additions and 134 deletions

View File

@@ -42,7 +42,7 @@ func Join(cfg config.ClientConfig, privateKey string) error {
}
if cfg.Daemon != "off" {
if ncutils.IsLinux() {
err = daemon.RemoveSystemDServices(cfg.Network)
err = daemon.RemoveSystemDServices()
}
if err != nil {
ncutils.PrintLog("error removing services: "+err.Error(), 1)