Missing fi

This commit is contained in:
Frederick Ding 2015-07-30 23:46:14 -04:00
parent c6a7804915
commit 1bce00d6de
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ if [ -f /config/.fetchmailrc ]; then
else
echo 'mda "/usr/bin/maildrop"' >> /root/.fetchmailrc
fi
fi
chmod 0700 /root/.fetchmailrc
echo "Installed .fetchmailrc"
fi