]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mstart.sh: remove bashizm in /bin/sh script 18541/head
authorMykola Golub <to.my.trociny@gmail.com>
Wed, 25 Oct 2017 17:21:32 +0000 (20:21 +0300)
committerMykola Golub <to.my.trociny@gmail.com>
Wed, 25 Oct 2017 17:21:32 +0000 (20:21 +0300)
Signed-off-by: Mykola Golub <to.my.trociny@gmail.com>
src/mstart.sh

index a1821c2828680104ef6b009dffb26d60b389f0cd..327591751849c989b52eef000433de448683ea1c 100755 (executable)
@@ -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