Use host FQDN in install script (fixes #1003)
This commit is contained in:
@@ -127,7 +127,7 @@ main() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Installation complete
|
# Installation complete
|
||||||
local _host=$(hostname)
|
local _host=$(hostname -f)
|
||||||
say "🎉 Installation complete! Continue the setup at http://$_host:8080/login"
|
say "🎉 Installation complete! Continue the setup at http://$_host:8080/login"
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user