prepare for testing, remove breakpoints, clean up

This commit is contained in:
t3chn0m4g3 2018-06-23 21:31:11 +00:00
parent d6077792b9
commit a6fa6f2776

View file

@ -1,10 +1,6 @@
#!/bin/bash #!/bin/bash
# T-Pot Universal Installer # T-Pot Universal Installer
#### to do
#### 1. use fail2ban
#### 2. use cockpit
################################## ##################################
# Extract command line arguments # # 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; htpasswd -b -c /data/nginx/conf/nginxpasswd "$myCONF_WEB_USER" "$myCONF_WEB_PW" 2>&1 | dialog --title "[ Setting up user and password ]" $myPROGRESSBOXCONF;
fi 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 # # Installation section #