fix: Gateway

This commit is contained in:
Kroese 2025-10-05 08:53:13 +02:00 committed by GitHub
parent 469be849f0
commit b977119ee2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1585,7 +1585,7 @@ prepareInstall() {
[ -z "$password" ] && password="admin"
local ip="20.20.20.1"
[ -n "${VM_NET_IP:-}" ] && ip="${VM_NET_IP%.*}.1"
[ -n "${VM_NET_GATEWAY:-}" ] && ip="$VM_NET_GATEWAY"
find "$target" -maxdepth 1 -type f -iname winnt.sif -exec rm {} \;