Skip to content

Commit 9585a2a

Browse files
authored
Debian9 Roundcube mysql password fix
1 parent 8c9c411 commit 9585a2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install/vst-install-debian.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)