]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
vstart.sh: Make sure mkdir succeeds 30005/head
authorWillem Jan Withagen <wjw@digiware.nl>
Thu, 29 Aug 2019 13:20:46 +0000 (15:20 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 29 Aug 2019 13:20:46 +0000 (15:20 +0200)
commit4f1c7815af9a2705504fa008894c7c14c35481a6
treec0d1474e182dccc6a37c851891a8faaa1d03ee20
parent48d6afb9e84c9418037054a69b480ddd60c762f8
vstart.sh: Make sure mkdir succeeds

Even in the case the full path was not created, make sure mkdir
does create the full path.

And while there replaced some `test ....` with `[ ... ]`
like in the remainder of the file.

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/vstart.sh