summaryrefslogtreecommitdiffstats
path: root/usr/local/www/installer.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-01 18:16:37 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-01 18:16:37 -0400
commitb5cff7075192083de8c324ce3c18b49356de6953 (patch)
treea2973181f4925816cc1ccf14feefa5874d1eaf98 /usr/local/www/installer.php
parent4ec765b7d461b021e27f145f6e43604ba0b72959 (diff)
downloadpfsense-b5cff7075192083de8c324ce3c18b49356de6953.zip
pfsense-b5cff7075192083de8c324ce3c18b49356de6953.tar.gz
Check to see if we are already installed
Diffstat (limited to 'usr/local/www/installer.php')
-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 c70ac44..85e94f2 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -216,6 +216,8 @@ function update_installer_status_win($status) {
function begin_quick_easy_install() {
global $g;
+ if(file_exists("/tmp/install_complete"))
+ return;
unlink_if_exists("/tmp/install_complete");
$disk = installer_find_first_disk();
if(!$disk) {
OpenPOWER on IntegriCloud