From 231a22a5bb17b627c743147d968d757edcf305bf Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 4 Jan 2020 13:09:31 -0500 Subject: [PATCH] configure --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 87fcad7..36d68f8 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -105,7 +105,7 @@ function change_file_ownership() { } function display_lokiaddress (){ - ip="10.0.0.1" + ip=10.0.0.1 while read IP ; do snapp_address=$(nslookup $IP | sed -n 's/.*arpa.*name = \(.*\)/\1/p') test -z "$snapp_address" && snapp_address="Failed"