From 643b3c9ce47d068a25474b490d96314e18fba3e7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 17 Apr 2022 22:06:20 -0400 Subject: [PATCH] Update photoprism-v3.sh --- ct/photoprism-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/photoprism-v3.sh b/ct/photoprism-v3.sh index 582ff69c..7c90ac2e 100644 --- a/ct/photoprism-v3.sh +++ b/ct/photoprism-v3.sh @@ -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"