Correctly pass the CD image onto xm create in sipb-xen-remctl-auto
[invirt/packages/invirt-remote.git] / files / usr / sbin / sipb-xen-vmcontrol
index 6520940..081afd2 100755 (executable)
@@ -30,10 +30,8 @@ case "$ACTION" in
        fi
        if [ "$ACTION" = "install" ]; then
            xm create sipb-database machine_name="$ORIGMACHINE" installer_options="$(printf '%q ' "$@")"
-#      elif [ "$ACTION" = "copy" ]; then
-#           sipb-xen-duplicate ...etc...
-       elif [ -n "$ARG" ]; then
-           xm create sipb-database machine_name="$ORIGMACHINE" cdrom_image="$ARG"
+       elif [ -n "$1" ]; then
+           xm create sipb-database machine_name="$ORIGMACHINE" cdrom_image="$1"
        else
            xm create sipb-database machine_name="$ORIGMACHINE"
        fi