From 96d06a5b61c7079a4c38fecd20594e116d444c86 Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Fri, 11 Feb 2022 19:44:10 -0600 Subject: [PATCH] added output to console screen for easier copy pasta to proxy program --- bin/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/bootstrap.sh b/bin/bootstrap.sh index 708f4cf..4105aac 100755 --- a/bin/bootstrap.sh +++ b/bin/bootstrap.sh @@ -23,6 +23,7 @@ do ((squid_port=squid_port+1)) ./ifcfg-eth0-template.sh "$ip" "$count" > "${network_script_dir}/ifcfg-eth0:${count}" ./add_ips_to_squid_conf.sh "$ip" "$squid_port" >> $squid_conf_dir +echo "${ip}:${squid_port}:admin:ballsofsteel" done < "$ip_file" # restart squid after