mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Debian9 Roundcube mysql password fix
This commit is contained in:
parent
8c9c4116b0
commit
9585a2a369
1 changed files with 3 additions and 1 deletions
|
@ -1165,13 +1165,15 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
|
|||
/etc/roundcube/plugins/password/config.inc.php
|
||||
mysql roundcube < /usr/share/dbconfig-common/data/roundcube/install/mysql
|
||||
chmod a+r /etc/roundcube/main.inc.php
|
||||
if [ "$release" -eq 8 ]; then
|
||||
if [ "$release" -eq 8 ] || [ "$release" -eq 9 ]; then
|
||||
mv -f /etc/roundcube/main.inc.php /etc/roundcube/config.inc.php
|
||||
mv -f /etc/roundcube/db.inc.php /etc/roundcube/debian-db-roundcube.php
|
||||
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
|
||||
fi
|
||||
if [ "$release" -eq 8 ]; then
|
||||
# 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