mirror of
https://github.com/myvesta/vesta
synced 2025-07-30 19:40:56 -07:00
Debian installer: roundcube config.inc.php
This commit is contained in:
parent
e4beab4df3
commit
19e49efac1
1 changed files with 2 additions and 0 deletions
|
@ -1091,6 +1091,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
|
|||
chmod 640 /etc/roundcube/debian-db-roundcube.php
|
||||
chmod 640 /etc/roundcube/config.inc.php
|
||||
chown root:www-data /etc/roundcube/debian-db-roundcube.php
|
||||
chown root:www-data /etc/roundcube/config.inc.php
|
||||
wget $vestacp/roundcube/vesta.php -O \
|
||||
/usr/share/roundcube/plugins/password/drivers/vesta.php
|
||||
wget $vestacp/roundcube/config.inc.php -O \
|
||||
|
@ -1108,6 +1109,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
|
|||
chmod 640 /etc/roundcube/debian-db-roundcube.php
|
||||
chmod 640 /etc/roundcube/config.inc.php
|
||||
chown root:www-data /etc/roundcube/debian-db-roundcube.php
|
||||
chown root:www-data /etc/roundcube/config.inc.php
|
||||
# RoundCube tinyMCE fix
|
||||
tinymceFixArchiveURL=$vestacp/roundcube/roundcube-tinymce.tar.gz
|
||||
tinymceParentFolder=/usr/share/roundcube/program/js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue