Merge "fix syntax error in the if test"

This commit is contained in:
Jenkins 2012-06-28 14:04:20 +00:00 committed by Gerrit Code Review
commit 8d618ca855

View File

@ -19,12 +19,7 @@
set -eux
if [ -a /etc/xensource-inventory]
then
. /etc/xensource-inventory
else
. /etc/xcp/inventory
fi
[[ -f "/etc/xensource-inventory" ]] && source "/etc/xensource-inventory" || source "/etc/xcp/inventory"
NAME="XenServer OpenStack VPX"
DATA_VDI_SIZE="500MiB"