mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
installer -eq 10
This commit is contained in:
parent
873c0a97b0
commit
fa5d76fcb7
1 changed files with 2 additions and 2 deletions
|
@ -1065,7 +1065,7 @@ if [ "$dovecot" = 'yes' ]; then
|
|||
cp -rf $vestacp/dovecot /etc/
|
||||
cp -f $vestacp/logrotate/dovecot /etc/logrotate.d/
|
||||
chown -R root:root /etc/dovecot*
|
||||
if [ "$release" -eq 9 ]; then
|
||||
if [ "$release" -eq 9 ] || [ "$release" -eq 10 ]; then
|
||||
sed -i "s#namespace inbox {#namespace inbox {\n inbox = yes#" /etc/dovecot/conf.d/15-mailboxes.conf
|
||||
fi
|
||||
update-rc.d dovecot defaults
|
||||
|
@ -1143,7 +1143,7 @@ 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 ] || [ "$release" -eq 9 ]; then
|
||||
if [ "$release" -eq 8 ] || [ "$release" -eq 9 ] || [ "$release" -eq 10 ]; 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue