Skip to content
Snippets Groups Projects
Commit 0effd2b6 authored by Alexey Golubev's avatar Alexey Golubev
Browse files

Setup logrotate config rights

parent 3696139d
No related branches found
No related tags found
No related merge requests found
...@@ -272,6 +272,10 @@ for i in ${CONF_DIR} ${LOG_DIR} ${LIB_DIR} ${DATA_DIR}; do ...@@ -272,6 +272,10 @@ for i in ${CONF_DIR} ${LOG_DIR} ${LIB_DIR} ${DATA_DIR}; do
chmod -R 755 "$i" chmod -R 755 "$i"
done done
#setup logrotate config rights
chmod 644 ${CONF_DIR}/logrotate/*
chown root:root ${CONF_DIR}/logrotate/*
if [ ${ONLYOFFICE_DATA_CONTAINER_HOST} = "localhost" ]; then if [ ${ONLYOFFICE_DATA_CONTAINER_HOST} = "localhost" ]; then
read_setting read_setting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment