No command options

This commit is contained in:
Bob Mottram 2015-02-01 17:26:21 +00:00
parent 7e9980a7c0
commit 7b17475383
1 changed files with 0 additions and 22 deletions

View File

@ -28,8 +28,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
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