summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 20:25:10 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 20:25:10 -0400
commitf38e4f2695005a010bd8ac3e46bdeaa25efcc3a1 (patch)
tree6b67f2c6a33b364fa7242e71039593721718663c /usr
parent6e8e75b18ebf78e5e48f7f87d3c240547939c6a6 (diff)
downloadpfsense-f38e4f2695005a010bd8ac3e46bdeaa25efcc3a1.zip
pfsense-f38e4f2695005a010bd8ac3e46bdeaa25efcc3a1.tar.gz
More ZFS cleanups
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 0842e00..1f0fa0b 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -115,7 +115,7 @@ function start_installation() {
fwrite($fd, "chmod a+rx /usr/local/bin/after_installation_routines.sh\n");
fwrite($fd, "cd / && /usr/local/bin/after_installation_routines.sh\n");
fwrite($fd, "mkdir /mnt/tmp\n");
- fwrite($fd, "umount /mnt\n");
+// fwrite($fd, "umount /mnt\n");
fwrite($fd, "touch /tmp/install_complete\n");
fclose($fd);
exec("chmod a+rx /tmp/installer.sh");
OpenPOWER on IntegriCloud