We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e89f8c commit 11169ceCopy full SHA for 11169ce
server/server.php
@@ -54,7 +54,7 @@
54
// Check if another process is running
55
if(is_file($conf["temppath"].$conf["fs_div"].".ispconfig_lock")){
56
clearstatcache();
57
- for($i=0;$i<1200;$i++){ // Wait max. 1200 sec, then proceed
+ for($i=0;$i<120;$i++){ // Wait max. 1200 sec, then proceed
58
59
exec("ps aux | grep '/usr/local/ispconfig/server/server.php' | grep -v 'grep' | wc -l", $check);
60
if(intval($check[0]) > 1) { // 1 because this is 2nd instance!
0 commit comments