[ceph/mgr] create mgr directory with -p
This commit is contained in:
parent
6bcb2b6734
commit
8b5060f488
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue