From a6fa6f2776a5a4bb13c36771bcf427201e12d879 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Sat, 23 Jun 2018 21:31:11 +0000 Subject: [PATCH] prepare for testing, remove breakpoints, clean up --- iso/installer/install.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 8c1fb2e7..a59ce738 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -1,10 +1,6 @@ #!/bin/bash # T-Pot Universal Installer -#### to do -#### 1. use fail2ban -#### 2. use cockpit - ################################## # Extract command line arguments # ################################## @@ -450,16 +446,6 @@ if ! [ "$myCONF_TPOT_FLAVOR" == "SENSOR" ]; htpasswd -b -c /data/nginx/conf/nginxpasswd "$myCONF_WEB_USER" "$myCONF_WEB_PW" 2>&1 | dialog --title "[ Setting up user and password ]" $myPROGRESSBOXCONF; fi -################ -echo $myCONF_TPOT_FLAVOR -echo $myCONF_TPOT_USER -echo $myCONF_TPOT_PW -echo $myCONF_WEB_USER -echo $myCONF_WEB_PW - - -##### exit ##### -exit ######################## # Installation section #