From 80bf6422c44e693455e6f68376b5ad6be5a78497 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sat, 24 Oct 2015 15:23:30 +0300 Subject: [PATCH] no custom location for roundcube configs --- install/vst-install-ubuntu.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index e6c7c165f..0aeb8878b 100755 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -1048,10 +1048,6 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then mysql roundcube < /usr/share/dbconfig-common/data/roundcube/install/mysql php5enmod mcrypt 2>/dev/null service apache2 restart - if [ "$release" -eq 8 ]; 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 - fi fi