highlight address and directory color.

pull/2/head
necro-nemesis 5 years ago
parent 2713247b7e
commit ddb39eac06

@ -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

Loading…
Cancel
Save