Fix the owner of the logrotate config (#591)
This commit is contained in:
parent
0fb195b958
commit
648ff7322f
1 changed files with 1 additions and 1 deletions
|
@ -601,7 +601,7 @@ else
|
|||
update_welcome_page
|
||||
fi
|
||||
|
||||
find /etc/${COMPANY_NAME} -exec chown ds:ds {} \;
|
||||
find /etc/${COMPANY_NAME} ! -path '*logrotate*' -exec chown ds:ds {} \;
|
||||
|
||||
#start needed local services
|
||||
for i in ${LOCAL_SERVICES[@]}; do
|
||||
|
|
Loading…
Reference in a new issue