From: Sage Weil Date: Fri, 29 Jan 2016 13:06:38 +0000 (-0500) Subject: qa/workunits/objectstore/test_fuse.sh: no bashism X-Git-Tag: v10.0.4~112^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2d602dd84bbfc6abe537e8fb7e0d8b4726b71d60;p=ceph-ci.git qa/workunits/objectstore/test_fuse.sh: no bashism Signed-off-by: Sage Weil --- diff --git a/qa/workunits/objectstore/test_fuse.sh b/qa/workunits/objectstore/test_fuse.sh index 4fa33029be1..8f80f0c53c5 100755 --- a/qa/workunits/objectstore/test_fuse.sh +++ b/qa/workunits/objectstore/test_fuse.sh @@ -1,6 +1,6 @@ #!/bin/sh -ex -if [[ $EUID -ne 0 ]]; then +if [ $EUID -ne 0 ]; then echo "not root, re-running self via sudo" sudo PATH=$PATH $0 || echo FAIL exit 0