1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00

dialog fix

This commit is contained in:
ChiefGyk 2016-06-29 18:27:01 -04:00
parent b9a9b46707
commit 66a542d666

View File

@ -51,5 +51,6 @@ case $CHOICE in
time /etc/cron.weekly/sinokorea
apt-get install -y iptables-persistent
;;
4) break;;
4) echo "doing nothing"
;;
esac