Fix the owner of the logrotate config (#591)

This commit is contained in:
Evgeniy Antonyuk 2023-03-17 12:25:33 +03:00 committed by GitHub
parent 0fb195b958
commit 648ff7322f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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