[PC-BSD Commits] r5720 - pcbsd/trunk/pc-sysinstall
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 30 12:18:39 PST 2009
Author: kris
Date: 2009-12-30 12:18:39 -0800 (Wed, 30 Dec 2009)
New Revision: 5720
Modified:
pcbsd/trunk/pc-sysinstall/pc-sysinstall
Log:
Don't delete the LOGOUT file when running, this may cause us some grief if some function is called after a failure
Modified: pcbsd/trunk/pc-sysinstall/pc-sysinstall
===================================================================
--- pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-12-30 19:08:00 UTC (rev 5719)
+++ pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-12-30 20:18:39 UTC (rev 5720)
@@ -36,12 +36,6 @@
exit 1
fi
-# Check if we need to cleanup and remove an old log file
-if [ -e "${LOGOUT}" ]
-then
- rm ${LOGOUT}
-fi
-
# Now source our functions.sh
if [ -e "${PROGDIR}/backend/functions.sh" ]
then
More information about the Commits
mailing list