- Timestamp:
- Oct 10, 2008, 1:54:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-vmcontrol
r1089 r1097 1 #!/bin/ sh1 #!/bin/bash 2 2 # sipb-xen-vmcontrol MACHINE ACTION 3 3 # … … 30 30 fi 31 31 if [ "$ACTION" = "install" ]; then 32 xm create sipb-database machine_name="$ORIGMACHINE" installer_options= \""$*"\"32 xm create sipb-database machine_name="$ORIGMACHINE" installer_options="$(printf '%q ' "$@")" 33 33 # elif [ "$ACTION" = "copy" ]; then 34 34 # sipb-xen-duplicate ...etc...
Note: See TracChangeset
for help on using the changeset viewer.