File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1165,13 +1165,15 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
11651165 /etc/roundcube/plugins/password/config.inc.php
11661166 mysql roundcube < /usr/share/dbconfig-common/data/roundcube/install/mysql
11671167 chmod a+r /etc/roundcube/main.inc.php
1168- if [ " $release " -eq 8 ]; then
1168+ if [ " $release " -eq 8 ] || [ " $release " -eq 9 ] ; then
11691169 mv -f /etc/roundcube/main.inc.php /etc/roundcube/config.inc.php
11701170 mv -f /etc/roundcube/db.inc.php /etc/roundcube/debian-db-roundcube.php
11711171 chmod 640 /etc/roundcube/debian-db-roundcube.php
11721172 chmod 640 /etc/roundcube/config.inc.php
11731173 chown root:www-data /etc/roundcube/debian-db-roundcube.php
11741174 chown root:www-data /etc/roundcube/config.inc.php
1175+ fi
1176+ if [ " $release " -eq 8 ]; then
11751177 # RoundCube tinyMCE fix
11761178 tinymceFixArchiveURL=$vestacp /roundcube/roundcube-tinymce.tar.gz
11771179 tinymceParentFolder=/usr/share/roundcube/program/js
You can’t perform that action at this time.
0 commit comments