mirror of
https://github.com/ceph/ceph
synced 2024-12-26 05:25:09 +00:00
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:
commit
596942ef06
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user