Fix update URL stuff, fix main build, add update dummy for testing updates on OSX and Linux and such.

This commit is contained in:
Adam Ierymenko 2013-12-10 16:13:07 -08:00
parent bf0da9f2f7
commit d3bcc58074
4 changed files with 30 additions and 2 deletions

View file

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