Merge "Update permission of ceph-init.log"
This commit is contained in:
commit
3d442df81a
@ -90,6 +90,9 @@ start ()
|
||||
if [ ! -f ${CEPH_STARTED_FLAG} ]; then
|
||||
touch ${CEPH_STARTED_FLAG}
|
||||
fi
|
||||
|
||||
#restrict log file access
|
||||
chmod 0640 ${LOGFILE}
|
||||
}
|
||||
|
||||
stop ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user