Skip to content

Commit 19e49ef

Browse files
authored
Debian installer: roundcube config.inc.php
1 parent e4beab4 commit 19e49ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/vst-install-debian.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
10911091
chmod 640 /etc/roundcube/debian-db-roundcube.php
10921092
chmod 640 /etc/roundcube/config.inc.php
10931093
chown root:www-data /etc/roundcube/debian-db-roundcube.php
1094+
chown root:www-data /etc/roundcube/config.inc.php
10941095
wget $vestacp/roundcube/vesta.php -O \
10951096
/usr/share/roundcube/plugins/password/drivers/vesta.php
10961097
wget $vestacp/roundcube/config.inc.php -O \
@@ -1108,6 +1109,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
11081109
chmod 640 /etc/roundcube/debian-db-roundcube.php
11091110
chmod 640 /etc/roundcube/config.inc.php
11101111
chown root:www-data /etc/roundcube/debian-db-roundcube.php
1112+
chown root:www-data /etc/roundcube/config.inc.php
11111113
# RoundCube tinyMCE fix
11121114
tinymceFixArchiveURL=$vestacp/roundcube/roundcube-tinymce.tar.gz
11131115
tinymceParentFolder=/usr/share/roundcube/program/js

0 commit comments

Comments
 (0)