Merge pull request #18541 from trociny/wip-mstart-bashizm

mstart.sh: remove bashizm in /bin/sh script

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2017-11-06 12:15:41 +08:00 committed by GitHub
commit 596942ef06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ RUN_ROOT_PATH=${root_path}/run
mkdir -p $RUN_ROOT_PATH
if [ "$CLUSTERS_LIST" == "" ]
if [ -z "$CLUSTERS_LIST" ]
then
CLUSTERS_LIST=$RUN_ROOT_PATH/.clusters.list
fi