mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-12-25 09:13:12 +08:00
Use host FQDN in install script (fixes #1003)
This commit is contained in:
parent
07449a3622
commit
eada3ab687
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue