Oops, fixed recursive chown
This commit is contained in:
parent
95f72b5ba3
commit
51efdbfbd2
|
@ -3,7 +3,7 @@
|
||||||
# verify maildir
|
# verify maildir
|
||||||
if [ -d /var/mail/working ]; then
|
if [ -d /var/mail/working ]; then
|
||||||
echo "/var/mail/working exists"
|
echo "/var/mail/working exists"
|
||||||
chown -r root /var/mail/working
|
chown -R root /var/mail/working
|
||||||
else
|
else
|
||||||
maildirmake /var/mail/working
|
maildirmake /var/mail/working
|
||||||
echo "to /var/mail/working" > /root/.mailfilter
|
echo "to /var/mail/working" > /root/.mailfilter
|
||||||
|
|
Loading…
Reference in New Issue
Block a user