diff options
Diffstat (limited to 'os-plugins')
| -rwxr-xr-x | os-plugins/plugins/vmchooser/files/xmlfilter.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/vmchooser/files/xmlfilter.sh b/os-plugins/plugins/vmchooser/files/xmlfilter.sh index f734ea2f..4e056482 100755 --- a/os-plugins/plugins/vmchooser/files/xmlfilter.sh +++ b/os-plugins/plugins/vmchooser/files/xmlfilter.sh @@ -11,11 +11,11 @@ if [ -f /etc/opt/openslx/vmchooser-stage3.conf ]; then . /etc/opt/openslx/vmchooser-stage3.conf fi -if [ -n ${env} ]; then +if [ -n ${vmchooser_env} ]; then for FILE in $1/*.xml do # filter all xmls with pool-param not equal to slxgroup - if [ `grep "<pools param=\".*${env}.*\"" $FILE | wc -l` -eq 1 ]; then + if [ `grep "<pools param=\".*${vmchooser_env}.*\"" $FILE | wc -l` -eq 1 ]; then echo $FILE; fi done |
