added netmaker check on checkin

This commit is contained in:
afeiszli 2021-08-02 12:42:18 -04:00
parent 8d27876a15
commit f1760c625b

View file

@ -298,7 +298,7 @@ func CheckIn(cliconf config.ClientConfig) error {
}
}
}
err = Pull(network)
//err = Pull(network)
return err
}