summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/installer.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php
index 4879c08..c16368b 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -93,6 +93,8 @@ EOF;
function start_installation() {
global $g;
+ if(file_exists("/tmp/install_complete"))
+ return;
$ps_running = exec("ps awwwux | grep -v grep | grep 'sh /tmp/installer.sh'");
if($ps_running)
return;
OpenPOWER on IntegriCloud