Update debian-v4.sh

This commit is contained in:
tteckster 2022-12-03 12:30:08 -05:00 committed by GitHub
parent 31d2ee79c0
commit 500db5049c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,7 +187,7 @@ function advanced_settings() {
GATE1="Default" GATE=""
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
else
NS=$GATE
NS=$GATE1
GATE=",gw=$GATE1"
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi