diff options
Diffstat (limited to 'os-plugins')
| -rw-r--r-- | os-plugins/plugins/vmchooser/files/vmchooser.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmchooser/files/vmchooser.sh b/os-plugins/plugins/vmchooser/files/vmchooser.sh new file mode 100644 index 00000000..ad4125f1 --- /dev/null +++ b/os-plugins/plugins/vmchooser/files/vmchooser.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ -e "/etc/opt/openslx/vmchooser-stage3.conf" ]; then + . /etc/opt/openslx/vmchooser-stage3.conf +fi + + +/opt/openslx/plugin-repo/vmchooser/vmchooser -p ${vmchooser_xmlpath} + |
