diff options
Diffstat (limited to 'testing/scripts/kstart-umls')
-rwxr-xr-x | testing/scripts/kstart-umls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/scripts/kstart-umls b/testing/scripts/kstart-umls index 8379438c8..eeaa959e8 100755 --- a/testing/scripts/kstart-umls +++ b/testing/scripts/kstart-umls @@ -68,7 +68,7 @@ do ubda=$UMLHOSTFS \ \$SWITCH_${host} \ mem=${MEM}M con=pty con0=fd:0,fd:1" & - cecho "done" + cecho "\033[1;32mdone" fi let "x0+=dx" let "y0+=dy" @@ -114,7 +114,7 @@ do cecho "exit" exit 1 else - cecho "up" + cecho "\033[1;32mup" fi done |