Fix update URL stuff, fix main build, add update dummy for testing updates on OSX and Linux and such.
This commit is contained in:
parent
bf0da9f2f7
commit
d3bcc58074
4 changed files with 30 additions and 2 deletions
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue