From ddb39eac06d3823bd7e13186d0b64c9cbb70fa63 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 8 Jan 2020 18:26:59 -0500 Subject: [PATCH] highlight address and directory color. --- installers/common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index 82a332e..44edb66 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -128,11 +128,11 @@ function install_complete() { sudo rm -r /tmp/snapp || install_error "Unable to remove /tmp/snapp folder" #provide option to launch and display lokinet address - echo -n "Installation completed!" + install_log "Installation completed!" IP="10.0.0.1" snapp_address=$(nslookup $IP | sed -n 's/.*arpa.*name = \(.*\)/\1/p') - install_log "Your Lokinet Address is:\nhttp://${snapp_address}" - install_log "Place your snapp in ${snapp_dir}" + install_warning "Your Lokinet Address is:\nhttp://${snapp_address}" + install_warning "Place your snapp in ${snapp_dir}" echo -n "Do you wish to go live with test snapp? [y/N]: " read answer if [[ $answer != "y" ]]; then