Revision dcf479cf
Added by Scott Ullrich almost 15 years ago
usr/local/www/installer.php | ||
---|---|---|
93 | 93 |
|
94 | 94 |
function start_installation() { |
95 | 95 |
global $g; |
96 |
if(file_exists("/tmp/install_complete")) |
|
97 |
return; |
|
96 | 98 |
$ps_running = exec("ps awwwux | grep -v grep | grep 'sh /tmp/installer.sh'"); |
97 | 99 |
if($ps_running) |
98 | 100 |
return; |
Also available in: Unified diff
Do not kick off a install if we have already completed