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:
parent
cd7a147c02
commit
3d5badebee
@ -44,7 +44,7 @@ else
|
||||
LOCK_FILE=$ONE_LOCATION/var/.lock
|
||||
fi
|
||||
|
||||
KILL_9_SECONDS=5
|
||||
KILL_9_SECONDS=10
|
||||
BACKUP="true"
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user