File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -624,6 +624,8 @@ mysql -e "CREATE DATABASE roundcube"
624624mysql -e " GRANT ALL ON roundcube.* TO roundcube@localhost IDENTIFIED BY '$r '"
625625sed -i " s/%password%/$r /g" /etc/roundcube/db.inc.php
626626mysql roundcube < /usr/share/dbconfig-common/data/roundcube/install/mysql
627+ mkdir -p /var/log/roundcube/error
628+ chmod -R 777 /var/log/roundcube
627629
628630# Vesta configuration
629631echo " export VESTA='/usr/local/vesta'" > /etc/profile.d/vesta.sh
Original file line number Diff line number Diff line change @@ -637,6 +637,8 @@ if [ "$codename" = 'saucy' ]; then
637637 ln -s /etc/roundcube/apache.conf /etc/apache2/conf.d/
638638 service apache2 restart
639639fi
640+ mkdir -p /var/log/roundcube/error
641+ chmod -R 777 /var/log/roundcube
640642
641643# Vesta configuration
642644echo " export VESTA='/usr/local/vesta'" > /etc/profile.d/vesta.sh
You can’t perform that action at this time.
0 commit comments