From f9b75d38ae676c5691321a6fe00472fabc175e8f Mon Sep 17 00:00:00 2001 From: glen Date: Mon, 2 Nov 2020 21:27:57 -0500 Subject: [PATCH] syntax error. oops --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 6b5ed92..9c5750b 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -134,7 +134,7 @@ function install_complete() { #provide option to launch and display lokinet address install_log "Installation completed!" IP="127.3.2.1" - snapp_address=$(host -t cname localhost.loki $IP | host -t cname localhost.loki 127.3.2.1 | awk '/alias for/ { print $6 }' + snapp_address=$(host -t cname localhost.loki $IP | awk '/alias for/ { print $6 }' # IP="127.3.2.1" # snapp_address=$(nslookup $IP | sed -n 's/.*arpa.*name = \(.*\)/\1/p')