fix: Hostname (#404)

This commit is contained in:
Kroese 2024-01-29 21:44:05 +01:00 committed by GitHub
parent 209f9b30f8
commit 5ac6e893ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -274,7 +274,7 @@ getInfo
html "Initializing network..."
if [[ "$DEBUG" == [Yy1]* ]]; then
info "Container: $HOST IP: $IP Gateway: $GATEWAY Interface: $VM_NET_DEV MAC: $VM_NET_MAC" && echo
info "Host: $HOST IP: $IP Gateway: $GATEWAY Interface: $VM_NET_DEV MAC: $VM_NET_MAC" && echo
fi
if [[ "$DHCP" == [Yy1]* ]]; then