From e1f8f0209d4ac90102a07c040e95863ffe87e7ae Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Fri, 17 Sep 2021 22:46:53 -0400 Subject: [PATCH] fix tabs --- installers/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index e3b9820..197f835 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -138,7 +138,7 @@ function install_complete() { #clean out installer files sudo rm -r $snapp_dir/installers || install_error "Unable to remove installers" - sudo rm -r /tmp/snapp || install_error "Unable to remove /tmp/snapp folder" + sudo rm -r /tmp/snapp || install_error "Unable to remove /tmp/snapp folder" #provide option to launch and display lokinet address @@ -171,7 +171,7 @@ function install_Daedalus() { display_welcome update_system_packages install_dependencies - stop_lokinet + stop_lokinet create_user create_webpage_directory download_latest_files