[26625] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25662 - trunk/debathena/scripts/installer

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Jul 26 14:20:02 2012

Date: Thu, 26 Jul 2012 14:20:00 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201207261820.q6QIK0YA032218@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2012-07-26 14:20:00 -0400 (Thu, 26 Jul 2012)
New Revision: 25662

Modified:
   trunk/debathena/scripts/installer/install-debathena.beta.sh
Log:
Removing installing.txt immediately after downloading it,
because we just cat it to /dev/tty6, we don't need it there.


Modified: trunk/debathena/scripts/installer/install-debathena.beta.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.beta.sh	2012-07-26 15:35:33 UTC (rev 25661)
+++ trunk/debathena/scripts/installer/install-debathena.beta.sh	2012-07-26 18:20:00 UTC (rev 25662)
@@ -208,6 +208,7 @@
      cat installing.txt > /dev/tty6
      date > /dev/tty6
      chvt 6
+     rm installing.txt
   fi
   # Divert the default background and install our own so that failed machines
   # are more conspicuous
@@ -420,7 +421,6 @@
 fi
 
 # Post-install cleanup for cluster systems.
-rm installing.txt
 if [ "$divertedbg" = "yes" ]; then
     rm -f $bgimage
     if ! dpkg-divert --rename --remove $bgimage; then


home help back first fref pref prev next nref lref last post