X-Git-Url: http://git.onelab.eu/?p=planetlab-umts-tools.git;a=blobdiff_plain;f=umtsd;fp=umtsd;h=780fb56a6d266d0d29f112560b3872d217310da5;hp=8d1dae1e35f698d5525d9ef955ae2b8cd117b0d5;hb=7c8e3b6d18a08b54f98ebd80dca334457dac6ece;hpb=8799677d58c4b97cad5ae5b31e3bb3716f366b44 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"