[ceph/mgr] create mgr directory with -p

This commit is contained in:
Nico Schottelius 2021-02-07 13:03:05 +01:00
parent 6bcb2b6734
commit 8b5060f488
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if [ -e "$MGR_PATH" ]; then
exit 1
fi
mkdir "$MGR_PATH"
mkdir -p "$MGR_PATH"
chown ceph:ceph "$MGR_PATH"
touch "$MGR_PATH/sysvinit"