[fix] roundcube wrong config file
This commit is contained in:
parent
2354c1142d
commit
cb13dae853
|
@ -97,8 +97,8 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" = "end" ]; then
|
if [ "$1" = "end" ]; then
|
||||||
#This is necessary because upgrading roundcube from 7.1 to 7.2 changes this setting
|
# This is necessary because upgrading roundcube from 7.1 to 7.2 changes this setting
|
||||||
chown alternc-roundcube:root /etc/roundcube/main.inc.php
|
chown alternc-roundcube:root /etc/roundcube/config.inc.php
|
||||||
# In case owner is reset to www-data
|
# In case owner is reset to www-data
|
||||||
chown alternc-roundcube:nogroup /var/lib/roundcube/temp
|
chown alternc-roundcube:nogroup /var/lib/roundcube/temp
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue