From 7b174753839a28c0b602a72136b1a8810d0826cb Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Feb 2015 17:26:21 +0000 Subject: [PATCH] No command options --- src/freedombone-sec | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/freedombone-sec b/src/freedombone-sec index ad9af10a..2104b3af 100755 --- a/src/freedombone-sec +++ b/src/freedombone-sec @@ -28,8 +28,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -NO_OF_ARGS=$# - SSL_PROTOCOLS= SSL_CIPHERS= SSH_CIPHERS= @@ -275,26 +273,6 @@ function interactive_setup { clear } -while [[ $# > 1 ]] -do -key="$1" - -case $key in - -h|--help) - show_help - ;; - # username within /home - -u|--user) - shift - MY_USERNAME="$1" - ;; - *) - # unknown option - ;; -esac -shift -done - get_website_settings get_imap_settings get_ssh_settings