rebased off develop

This commit is contained in:
afeiszli 2022-04-25 11:37:30 -04:00
parent 93a25bb9a6
commit 14cebf56a0

View file

@ -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 {