mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 21:58:21 +00:00
Software update fetcher seems to work, going back to updater/installer itself.
This commit is contained in:
@ -176,6 +176,8 @@ void SoftwareUpdater::_cbHandleGetLatestVersionBinary(void *arg,int code,const s
|
||||
::close(fd);
|
||||
::chmod(updatePath.c_str(),0755);
|
||||
|
||||
upd->_status = UPDATE_STATUS_IDLE;
|
||||
|
||||
_r->node->terminate(Node::NODE_RESTART_FOR_UPGRADE,updatePath.c_str());
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user