From f38e4f2695005a010bd8ac3e46bdeaa25efcc3a1 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 14 Aug 2010 20:25:10 -0400 Subject: More ZFS cleanups --- usr/local/www/installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') 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"); -- cgit v1.1