From 7c8e3b6d18a08b54f98ebd80dca334457dac6ece Mon Sep 17 00:00:00 2001 From: giovanni Date: Tue, 7 Apr 2009 13:57:33 +0000 Subject: [PATCH] fix --- umtsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.0