From c48f53e606e65d519ca2a1edd6f386ebdb7ea7f2 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 4 Jan 2020 13:20:01 -0500 Subject: [PATCH] add text --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 020738a..214bf0b 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -107,7 +107,7 @@ function change_file_ownership() { function display_lokiaddress (){ IP="10.0.0.1" snapp_address=$(nslookup $IP | sed -n 's/.*arpa.*name = \(.*\)/\1/p') - echo -e "$IP\t$snapp_address" + echo -e "Your Lokinet Address is\t${snapp_address}" } function install_complete() {