From: Mykola Golub Date: Wed, 25 Oct 2017 17:21:32 +0000 (+0300) Subject: mstart.sh: remove bashizm in /bin/sh script X-Git-Tag: v13.0.1~281^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8fea7b48b5ce3f80fcc11c0109a5d0fa45a2c53b;p=ceph.git mstart.sh: remove bashizm in /bin/sh script Signed-off-by: Mykola Golub --- diff --git a/src/mstart.sh b/src/mstart.sh index a1821c282868..327591751849 100755 --- a/src/mstart.sh +++ b/src/mstart.sh @@ -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