mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
fix: Gateway
This commit is contained in:
parent
469be849f0
commit
b977119ee2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {} \;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue