Implement the newly chosen error code on the host for the case of an
[invirt/packages/invirt-remote.git] / files / usr / sbin / sipb-xen-remote
index 3ec0c95..a6d1c02 100755 (executable)
@@ -28,13 +28,13 @@ case "$TYPE" in
                ;;
             *)
                 echo "ERROR: invalid subcommand"
-                exit 1
+                exit 34
                 ;;
         esac
        ;;
     *)
         echo "ERROR: invalid command"
-        exit 1
+        exit 34
         ;;
 esac