From 66a542d66660c0b00197f3055dc283c9842b4dab Mon Sep 17 00:00:00 2001 From: ChiefGyk Date: Wed, 29 Jun 2016 18:27:01 -0400 Subject: [PATCH] dialog fix --- conf/dialog.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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