[Lunar-commits] CVS: lunar-iso/scripts init,1.2,1.3
Auke Kok
sofar at lunar-linux.org
Sun Mar 27 16:55:21 UTC 2005
Update of /var/cvs/lunar/lunar-iso/scripts
In directory espresso.foo-projects.org:/tmp/cvs-serv32016/scripts
Modified Files:
init
Log Message:
Missing ]
Index: init
===================================================================
RCS file: /var/cvs/lunar/lunar-iso/scripts/init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- init 27 Mar 2005 16:49:31 -0000 1.2
+++ init 27 Mar 2005 16:55:19 -0000 1.3
@@ -1,6 +1,6 @@
#!/bin/bash
-if [ -e $ISO_TARGET/proc ; then
+if [ -e $ISO_TARGET/proc ] ; then
umount $ISO_TARGET/proc &> /dev/null
umount $ISO_TARGET/dev &> /dev/null
fi
More information about the Lunar-commits
mailing list