Skip to content

Commit a6f53e2

Browse files
committed
777 on roundcube logs
1 parent 74e22bc commit a6f53e2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

install/vst-install-debian.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,8 @@ mysql -e "CREATE DATABASE roundcube"
624624
mysql -e "GRANT ALL ON roundcube.* TO roundcube@localhost IDENTIFIED BY '$r'"
625625
sed -i "s/%password%/$r/g" /etc/roundcube/db.inc.php
626626
mysql 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
629631
echo "export VESTA='/usr/local/vesta'" > /etc/profile.d/vesta.sh

install/vst-install-ubuntu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
639639
fi
640+
mkdir -p /var/log/roundcube/error
641+
chmod -R 777 /var/log/roundcube
640642

641643
# Vesta configuration
642644
echo "export VESTA='/usr/local/vesta'" > /etc/profile.d/vesta.sh

0 commit comments

Comments
 (0)