summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 21:58:12 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 21:58:15 -0400
commit30b1013b05e3264045ebf95a9d0bd957de41bf1e (patch)
treea78bf81ad927b5c6c5b0ae5aba7a433d140bce44 /usr
parentcf7cd237d4466d9b41263769c3ba34af97bca5f0 (diff)
downloadpfsense-30b1013b05e3264045ebf95a9d0bd957de41bf1e.zip
pfsense-30b1013b05e3264045ebf95a9d0bd957de41bf1e.tar.gz
Correct path
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 404f804..d00b6cf 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -154,7 +154,7 @@ function pcsysinstall_get_disk_info($diskname) {
// Return an array with all disks information.
function installer_find_all_disks() {
global $g, $fstype;
- $disk = split("\n", `/usr/sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh/pc-sysinstall.sh.sh disk-list`);
+ $disk = split("\n", `/usr/sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh disk-list`);
$disks_array = array();
foreach($disk as $d) {
if(!$d)
OpenPOWER on IntegriCloud