We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9c035 commit 80bf642Copy full SHA for 80bf642
install/vst-install-ubuntu.sh
@@ -1048,10 +1048,6 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1048
mysql roundcube < /usr/share/dbconfig-common/data/roundcube/install/mysql
1049
php5enmod mcrypt 2>/dev/null
1050
service apache2 restart
1051
- if [ "$release" -eq 8 ]; then
1052
- mv -f /etc/roundcube/main.inc.php /etc/roundcube/config.inc.php
1053
- mv -f /etc/roundcube/db.inc.php /etc/roundcube/debian-db-roundcube.php
1054
- fi
1055
fi
1056
1057
0 commit comments