From 410a91504e28c95328425b12665f616c764bfccc Mon Sep 17 00:00:00 2001 From: Randall Randall Date: Wed, 30 Apr 2014 14:50:11 -0400 Subject: [PATCH] Use STORAGE_ROOT where appropriate --- scripts/webmail.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/webmail.sh b/scripts/webmail.sh index 1463b9ca..f27f52f9 100755 --- a/scripts/webmail.sh +++ b/scripts/webmail.sh @@ -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