Merge remote-tracking branch 'origin/pr-236'

Roundcube owner fix (one frome stable-3.0 and one new) #236
This commit is contained in:
Benjamin Sonntag 2018-06-21 17:44:48 +02:00
commit c6d04fd3b6
1 changed files with 7 additions and 0 deletions

View File

@ -96,3 +96,10 @@ EOF
fi fi
if [ "$1" = "end" ]; then
#This is necessary because upgrading roundcube from 7.1 to 7.2 changes this setting
chown alternc-roundcube:root /etc/roundcube/main.inc.php
# In case owner is reset to www-data
chown alternc-roundcube:nogroup /var/lib/roundcube/temp
fi