diff --git a/installers/common.sh b/installers/common.sh index f320a70..0abf505 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -123,7 +123,7 @@ function install_complete() { fi install_log "SNApp Launching" echo -n "SNApp Launching" - su $username + cd $snapp_dir sudo python3 -m http.server --bind localhost.loki 80 sleep 8 exit 0 || install_error "Unable to exit"