[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

View file

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