1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

B #3088: Fix return code for oned and one start script

(cherry picked from commit 8b756cc3907063b028246e117756954985b83736)
This commit is contained in:
Ruben S. Montero 2019-03-15 18:00:45 +01:00
parent cd7a147c02
commit 3d5badebee
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ else
LOCK_FILE=$ONE_LOCATION/var/.lock
fi
KILL_9_SECONDS=5
KILL_9_SECONDS=10
BACKUP="true"
#------------------------------------------------------------------------------

View File

@ -224,7 +224,7 @@ int main(int argc, char **argv)
break;
}
_exit(-1);
_exit(0);
error_chdir:
cerr << "Error: cannot change to dir " << wd << "\n";