diff --git a/install.sh b/install.sh index f4a78fb0..d1c1b7c2 100644 --- a/install.sh +++ b/install.sh @@ -127,7 +127,7 @@ main() { fi # Installation complete - local _host=$(hostname) + local _host=$(hostname -f) say "🎉 Installation complete! Continue the setup at http://$_host:8080/login" return 0