From: giovanni Date: Tue, 7 Apr 2009 13:57:33 +0000 (+0000) Subject: fix X-Git-Tag: planetlab-umts-tools-0.6-3~1 X-Git-Url: http://git.onelab.eu/?p=planetlab-umts-tools.git;a=commitdiff_plain;h=7c8e3b6d18a08b54f98ebd80dca334457dac6ece fix --- diff --git a/umtsd b/umtsd index 8d1dae1..780fb56 100755 --- a/umtsd +++ b/umtsd @@ -56,7 +56,7 @@ case "$command" in echo "Failed" else add_destination "$rest" $sliver; - if [[ $? != 0 ]] ; then + if [[ $? == 0 ]] ; then echo "OK" else echo "Failed"