fix
authorgiovanni <giovanni@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 7 Apr 2009 13:57:33 +0000 (13:57 +0000)
committergiovanni <giovanni@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 7 Apr 2009 13:57:33 +0000 (13:57 +0000)
umtsd

diff --git a/umtsd b/umtsd
index 8d1dae1..780fb56 100755 (executable)
--- 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"