[PHP-FPM] Fix permissions for global maps

master
andryyy 2020-03-19 12:18:36 +01:00
parent a88f536b31
commit 7db5bc01a4
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 3 additions and 0 deletions

View File

@ -165,6 +165,9 @@ fi
# Create dummy for custom overrides of mailcow style
[[ ! -f /web/css/build/0081-custom-mailcow.css ]] && echo '/* Autogenerated by mailcow */' > /web/css/build/0081-custom-mailcow.css
# Fix permissions for global filters
chown -R 82:82 /global_sieve/*
# Run hooks
for file in /hooks/*; do
if [ -x "${file}" ]; then