summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 21:28:58 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 21:28:58 -0400
commit4ca6e245c3b58a22753f635ff3c123f3f88fde7d (patch)
tree3025578d6b5ac62b7248967a193fd5271ba3d0bf /usr
parent369cc15548a90b20c3e2233329240071a6d4a68d (diff)
downloadpfsense-4ca6e245c3b58a22753f635ff3c123f3f88fde7d.zip
pfsense-4ca6e245c3b58a22753f635ff3c123f3f88fde7d.tar.gz
Use pc-sysinstall subdir
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php
index ab435a6..50e9c29 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -30,7 +30,7 @@
require("globals.inc");
require("guiconfig.inc");
-define('PC_SYSINSTALL', '/usr/sbin/pc-sysinstall');
+define('PC_SYSINSTALL', '/usr/sbin/pc-sysinstall/pc-sysinstall');
if($g['platform'] == "pfSense" or $g['platform'] == "nanobsd") {
Header("Location: /index.php");
OpenPOWER on IntegriCloud