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() {