1
0
Fork 0
This commit is contained in:
Jan Steemann 2014-10-25 00:45:15 +02:00
parent 0aa639c7e0
commit 50ac6737a2
1 changed files with 2 additions and 4 deletions

View File

@ -361,14 +361,12 @@ function checkInstanceAlive(instanceInfo, options) {
res.gdbHint = "Run debugger with 'gdb " +
storeArangodPath +
" /var/tmp/core*" + instanceInfo.pid.pid + "*'";
copy("bin/arangod", storeArangodPath);
require("fs").copy("bin/arangod", storeArangodPath);
}
}
return ret;
}
else {
return instanceInfo.kickstarter.isHealthy();
}
return instanceInfo.kickstarter.isHealthy();
}
function shutdownInstance (instanceInfo, options) {