mirror of https://github.com/tteck/Proxmox.git
Update debian-v4.sh
This commit is contained in:
parent
31d2ee79c0
commit
500db5049c
|
@ -187,7 +187,7 @@ function advanced_settings() {
|
||||||
GATE1="Default" GATE=""
|
GATE1="Default" GATE=""
|
||||||
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
|
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
|
||||||
else
|
else
|
||||||
NS=$GATE
|
NS=$GATE1
|
||||||
GATE=",gw=$GATE1"
|
GATE=",gw=$GATE1"
|
||||||
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
|
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue