From 1afe03a24174a82d231adc7b5331a69c88699808 Mon Sep 17 00:00:00 2001 From: Rick Balocca Date: Tue, 2 Dec 2008 11:50:23 -0800 Subject: Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3963 --- scripts/install-system | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'scripts') diff --git a/scripts/install-system b/scripts/install-system index e8f469c8..6dd7f360 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -50,7 +50,7 @@ rootfsdir=/mnt/rootfs # UNION=false # install log file name -INSTALL_LOG="install.log" +INSTALL_LOG=/tmp/install-$$.log # root partition minimum size in MB ROOT_MIN=500 # the base install drive e.g. sda @@ -1244,15 +1244,6 @@ progress_indicator () { ##### Main ## -# clean up existing log files -if [ -f $INSTALL_LOG.old ]; then - rm -f $INSTALL_LOG.old -fi -if [ -f $INSTALL_LOG ]; then - mv $INSTALL_LOG $INSTALL_LOG.old - rm -f $INSTALL_LOG -fi - # turn off any mounted swap files turnoffswap -- cgit v1.2.3