From ad4bf6416422f4dcafceeecaecdcb10223e6ef1c Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 4 Jan 2020 12:45:49 -0500 Subject: [PATCH] echo snapp address --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index c0cd8f1..63de229 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -106,7 +106,7 @@ function change_file_ownership() { function display_lokiaddress (){ snapp_address=$(nslookup "10.0.0.1" | grep Add | grep -v '#' | cut -f 3 -d ' ' | awk 'NR>1' ) - echo -n "Your your SNApp address is: ${snapp_address}" + echo -n "$snapp_address" } function install_complete() {