Oops, fixed recursive chown

This commit is contained in:
Frederick Ding 2015-07-30 23:43:41 -04:00
parent 95f72b5ba3
commit 51efdbfbd2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# verify maildir
if [ -d /var/mail/working ]; then
echo "/var/mail/working exists"
chown -r root /var/mail/working
chown -R root /var/mail/working
else
maildirmake /var/mail/working
echo "to /var/mail/working" > /root/.mailfilter