Fixes : #1480
This commit is contained in:
parent
c18d1024c0
commit
af974c7b83
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue