mirror of https://github.com/apache/cloudstack.git
appliance: While building don't just check empty arg, check if it was passed
The fix makes systemvmtemplate as the default veewee vbox appliance if not other appliance is provided to be built Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
bc36612482
commit
9af338c651
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
set -x
|
||||
|
||||
if [ "$1"!="" ]
|
||||
if [ ! -z "$1" ]
|
||||
then
|
||||
appliance="$1"
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue