Oops, fixed recursive chown
This commit is contained in:
parent
95f72b5ba3
commit
51efdbfbd2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user