From af974c7b8320d2071d62a5396d5e742094b35267 Mon Sep 17 00:00:00 2001 From: Steven Mondji-Lerider Date: Fri, 12 Apr 2013 13:59:30 +0000 Subject: [PATCH] Fixes : #1480 --- roundcube/roundcube-install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roundcube/roundcube-install b/roundcube/roundcube-install index 9a673e09..c4a1d097 100644 --- a/roundcube/roundcube-install +++ b/roundcube/roundcube-install @@ -99,4 +99,8 @@ 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