fix: Check if IP is specified

This commit is contained in:
Kroese 2025-03-19 09:38:37 +01:00 committed by GitHub
parent e5e71f67fa
commit bba2dff069
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -628,7 +628,9 @@ updateXML() {
local language="$2"
local culture region user admin pass keyboard
if [ -n "${VM_NET_IP:-}" ]; then
sed -i "s/ 20.20.20.1 / ${VM_NET_IP%.*}.1 /g" "$asset"
fi
[ -z "$HEIGHT" ] && HEIGHT="720"
[ -z "$WIDTH" ] && WIDTH="1280"