Update photoprism-v3.sh

This commit is contained in:
tteckster 2022-04-17 22:06:20 -04:00 committed by GitHub
parent 372ecedb38
commit 643b3c9ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,7 @@ header_info
if [ -z $GATE1 ]; then GATE1="NONE" GATE=" ";
echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}"
else
GATE="-gw=$GATE1"
GATE="gw=$GATE1"
echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}"
fi;
echo -e " ${CM}${CL} \n"