X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/blobdiff_plain/fe1a4b1ab1f289737bd9cf03374debba59c260b5..d54eb5008a740ad3a8f01e5136e62637f2e236d5:/files/etc/remctl/sipb-xen-auto/bin/dispatch.sh diff --git a/files/etc/remctl/sipb-xen-auto/bin/dispatch.sh b/files/etc/remctl/sipb-xen-auto/bin/dispatch.sh index 8c62b34..dfc8bd0 100755 --- a/files/etc/remctl/sipb-xen-auto/bin/dispatch.sh +++ b/files/etc/remctl/sipb-xen-auto/bin/dispatch.sh @@ -9,13 +9,13 @@ # $2 and so on are user-provided, and thus sketchy. I don't think we # need them for this script. -ACTION=$(echo $0 | awk -F'.' '{print $2}') +ACTION=$(echo "$0" | awk -F'.' '{print $2}') MACHINE=$1 -echo $ACTION +echo "$ACTION" case "$ACTION" in reboot|list|vcpu-list|destroy|create|uptime) - xm $ACTION $MACHINE + xm "$ACTION" "$MACHINE" exit 0 ;; *)