Skip to content

Commit

Permalink
use full hostname
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
  • Loading branch information
enoch85 committed May 8, 2024
1 parent fc18d2e commit f85d145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/nextcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ figlet -f small Nextcloud
echo "https://www.hanssonit.se/nextcloud-vm"
echo
echo
echo "Hostname: $(hostname -s)"
echo "Hostname: $(hostname -f)"
echo "WAN IPv4: $WANIP4"
echo "WAN IPv6: $WANIP6"
echo "LAN IPv4: $ADDRESS"
Expand Down

0 comments on commit f85d145

Please sign in to comment.