cecho changes in UML scripts

This commit is contained in:
Andreas Steffen
2007-05-23 22:24:47 +00:00
parent c502b1b4c6
commit 0749196612
5 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ for host in $HOSTS
do
uml_mconsole $host halt &> /dev/null
done
cecho "done"
cecho "\033[1;32mdone"
#####################################################
# Shutting down the uml switches
@@ -47,5 +47,5 @@ cecho "done"
cecho-n " * Stopping the UML switches.."
killall uml_switch &> /dev/null
rm -f /tmp/umlswitch[012] &> /dev/null 2>&1
cecho "done"
cecho "\033[1;32mdone"