From 4345faa278cf28415973c02385a7ecc29807d91a Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 4 Jan 2020 12:35:48 -0500 Subject: [PATCH] fix display --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 00f7d7e..18ed986 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -104,7 +104,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 "Your your SNApp address is: ${snapp_address}" } function install_complete() {