mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 15:18:17 +00:00
Fix update URL stuff, fix main build, add update dummy for testing updates on OSX and Linux and such.
This commit is contained in:
2
main.cpp
2
main.cpp
@ -475,7 +475,7 @@ int main(int argc,char **argv)
|
||||
try {
|
||||
node = new Node(homeDir,port,controlPort);
|
||||
switch(node->run()) {
|
||||
case Node::NODE_NODE_RESTART_FOR_UPGRADE: {
|
||||
case Node::NODE_RESTART_FOR_UPGRADE: {
|
||||
#ifdef __UNIX_LIKE__
|
||||
const char *upgPath = node->reasonForTermination();
|
||||
if (upgPath)
|
||||
|
Reference in New Issue
Block a user