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

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