diff --git a/conf/dialog.sh b/conf/dialog.sh index 02f83569..983679fb 100755 --- a/conf/dialog.sh +++ b/conf/dialog.sh @@ -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 \ No newline at end of file