use cgecho for green output

This commit is contained in:
Andreas Steffen
2007-08-03 10:58:45 +00:00
parent d49cc7b383
commit 90b21fde11
12 changed files with 37 additions and 36 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ for host in $HOSTS
do
uml_mconsole $host halt &> /dev/null
done
cecho "\033[1;32mdone"
cgecho "done"
#####################################################
# Shutting down the uml switches
@@ -47,5 +47,5 @@ cecho "\033[1;32mdone"
cecho-n " * Stopping the UML switches.."
killall uml_switch &> /dev/null
rm -f /tmp/umlswitch[012] &> /dev/null 2>&1
cecho "\033[1;32mdone"
cgecho "done"