From 0d58dff1710eccc1fab2240a427027c30b98803e Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 19 Feb 2019 10:51:21 +0100 Subject: [PATCH] tweaking --- iso/installer/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 16d32c48..136f3b8b 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -233,7 +233,6 @@ function fuCHECKNET { if [ "$myTPOT_DEPLOYMENT_TYPE" == "iso" ] || [ "$myTPOT_DEPLOYMENT_TYPE" == "user" ]; then local mySITES="$1" - local myBACKTITLE="Availability check" mySITESCOUNT=$(echo $mySITES | wc -w) j=0 for i in $mySITES;