From 9c8bc4ef81ef275b6e1e99a1ea2131495cf12b43 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 4 Jan 2020 12:27:52 -0500 Subject: [PATCH] reveal loki address --- installers/common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 7816d10..00f7d7e 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -95,7 +95,7 @@ function download_latest_files() { # Sets files ownership in SNapp directory function change_file_ownership() { if [ ! -d "$snapp_dir" ]; then - install_error "SNApp directory doesn't exist" + install_error "snapp directory doesn't exist" fi install_log "Changing file ownership in SNApp directory" @@ -131,5 +131,6 @@ function install_pihost() { create_webpage_directory download_latest_files change_file_ownership + display_lokiaddress install_complete }