From 9564954825d2374b04a39af778c0da45c719c960 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 19 Feb 2019 11:22:09 +0100 Subject: [PATCH] tweaking --- iso/installer/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 136f3b8b..a4adb643 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -596,6 +596,7 @@ if ! [ "$myCONF_TPOT_FLAVOR" == "SENSOR" ]; fuBANNER "Webuser creds" mkdir -p /data/nginx/conf htpasswd -b -c /data/nginx/conf/nginxpasswd "$myCONF_WEB_USER" "$myCONF_WEB_PW" + echo fi # Let's generate a SSL self-signed certificate without interaction (browsers will see it invalid anyway)