diff --git a/roundcube/roundcube-install b/roundcube/roundcube-install index 9a673e09..f2613a8c 100644 --- a/roundcube/roundcube-install +++ b/roundcube/roundcube-install @@ -99,4 +99,10 @@ EOF fi +#This is necessary because upgrading roundcube from 7.1 to 7.2 changes this setting +if [ "$1" = "end" ]; then + chown alternc-roundcube:root /etc/roundcube/main.inc.php +fi + +