summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorMichael Janczyk2010-06-04 14:58:44 +0200
committerMichael Janczyk2010-06-04 14:58:44 +0200
commitc754284c9851ebfd0f7ee120c58561515dd84f59 (patch)
tree838bd5864c858b5e36ab949c2c31b37e523e0c13 /os-plugins
parenthost.conf stuff added (diff)
downloadcore-c754284c9851ebfd0f7ee120c58561515dd84f59.tar.gz
core-c754284c9851ebfd0f7ee120c58561515dd84f59.tar.xz
core-c754284c9851ebfd0f7ee120c58561515dd84f59.zip
forgot ;; in case
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/vmgrid/files/run-vmgrid.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmgrid/files/run-vmgrid.sh b/os-plugins/plugins/vmgrid/files/run-vmgrid.sh
index 3bbb789d..376e8182 100644
--- a/os-plugins/plugins/vmgrid/files/run-vmgrid.sh
+++ b/os-plugins/plugins/vmgrid/files/run-vmgrid.sh
@@ -98,6 +98,7 @@ while [ $# -gt 0 ]; do
exit 1
fi
shift
+ ;;
*)
xmlfile=$@
break