diff --git a/share/scripts/one b/share/scripts/one index 7284c3b9e1..1c29ca4a07 100755 --- a/share/scripts/one +++ b/share/scripts/one @@ -44,7 +44,7 @@ else LOCK_FILE=$ONE_LOCATION/var/.lock fi -KILL_9_SECONDS=5 +KILL_9_SECONDS=10 BACKUP="true" #------------------------------------------------------------------------------ diff --git a/src/nebula/oned.cc b/src/nebula/oned.cc index 8b014ba2a7..847e16e8da 100644 --- a/src/nebula/oned.cc +++ b/src/nebula/oned.cc @@ -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";