mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-08 10:11:08 +08:00
rebased off develop
This commit is contained in:
@@ -189,6 +189,9 @@ func JoinNetwork(cfg *config.ClientConfig, privateKey string) error {
|
||||
if err := Register(cfg, privateKey); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
_ = UpdateLocalListenPort(cfg)
|
||||
|
||||
if cfg.Daemon != "off" {
|
||||
err = daemon.InstallDaemon(cfg)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user