mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 09:22:42 +08:00
updated helm charts
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user