[Fai-commit] r4372 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Wed Jul 4 15:30:32 UTC 2007


Author: lange
Date: 2007-07-04 15:30:32 +0000 (Wed, 04 Jul 2007)
New Revision: 4372

Modified:
   trunk/bin/fai
Log:
fix typo in message


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2007-07-04 14:28:54 UTC (rev 4371)
+++ trunk/bin/fai	2007-07-04 15:30:32 UTC (rev 4372)
@@ -83,7 +83,7 @@
     if [ X$action = Xdirinstall -a -n "$newhostname" ]; then
 	HOSTNAME=$newhostname
 	unset newhostname
-	echo "Hostname set to $HOST" | tee -a $LOGDIR/fai.log
+	echo "Hostname set to $HOSTNAME" | tee -a $LOGDIR/fai.log
     fi
 
     if [ $do_init_tasks -eq 1 ]; then




More information about the Fai-commit mailing list