]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
stop.sh: use bash shell to solve syntax error
authorluo rixin <luorixin@huawei.com>
Mon, 16 Dec 2019 02:32:01 +0000 (10:32 +0800)
committerluo rixin <luorixin@huawei.com>
Mon, 16 Dec 2019 02:43:55 +0000 (10:43 +0800)
commitf2b3ea81945c98c7fd484ba327fb746645bcf599
tree88f38a000798d73ce41b018613a3c7cb98d302be
parent25a3c76f1aa1613a5f27a36cb4b09950f38b292f
stop.sh: use bash shell to solve syntax error

When running on ubuntu 18.04 for aarch64, there is syntax error in
line 52, caused by the /bin/sh is defalut to dash, which is not
support array type.

Signed-off-by: luo rixin <luorixin@huawei.com>
src/stop.sh