Commit 410a9150 authored by Randall Randall's avatar Randall Randall

Use STORAGE_ROOT where appropriate

parent 43461fc1
......@@ -79,8 +79,8 @@ usermod -a -G dovecot www-data
# could use dovecot instead of www-data, but not sure it matters
chown root.www-data $STORAGE_ROOT/mail
chmod 775 $STORAGE_ROOT/mail
chown root.www-data /home/user-data/mail/users.sqlite
chmod 664 /home/user-data/mail/users.sqlite
chown root.www-data $STORAGE_ROOT/mail/users.sqlite
chmod 664 $STORAGE_ROOT/mail/users.sqlite
# Enable PHP modules.
php5enmod mcrypt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment