diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-03 10:58:45 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-03 10:58:45 +0000 |
commit | 90b21fde11067943e930b8af694b6e9af1fb9c08 (patch) | |
tree | 2e9f32c46f8b0399094d5708f888607a547d8635 /testing/scripts/kstart-umls | |
parent | d49cc7b3833da8ca6bce90fbd21bebdf47c3a670 (diff) | |
download | strongswan-90b21fde11067943e930b8af694b6e9af1fb9c08.tar.bz2 strongswan-90b21fde11067943e930b8af694b6e9af1fb9c08.tar.xz |
use cgecho for green output
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 eeaa959e8..2d4a943c7 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 "\033[1;32mdone" + cgecho "done" fi let "x0+=dx" let "y0+=dy" @@ -114,7 +114,7 @@ do cecho "exit" exit 1 else - cecho "\033[1;32mup" + cgecho "up" fi done |