Просмотр исходного кода

no custom location for roundcube configs

Serghey Rodin 10 лет назад
Родитель
Сommit
80bf6422c4
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      install/vst-install-ubuntu.sh

+ 0 - 4
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