From 233583a24296dd4bd82c10692f4d036cd6c3469d Mon Sep 17 00:00:00 2001 From: erdzhaan <168560852+erdzhaan@users.noreply.github.com> Date: Fri, 9 Aug 2024 23:24:26 +0300 Subject: [PATCH] Update reset_lgw.sh --- hm-pktfwd/reset_lgw.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hm-pktfwd/reset_lgw.sh b/hm-pktfwd/reset_lgw.sh index 27bf7ee..627b5a1 100755 --- a/hm-pktfwd/reset_lgw.sh +++ b/hm-pktfwd/reset_lgw.sh @@ -21,7 +21,7 @@ if [ -z "$2" ]; then echo "CONCENTRATOR_RESET_PIN parameter not passed in, using value from the environment (val=${CONCENTRATOR_RESET_PIN})" else - CONCENTRATOR_RESET_PIN=$2 + CONCENTRATOR_RESET_PIN=25 fi WAIT_GPIO() { @@ -72,4 +72,4 @@ case "$1" in ;; esac -exit 0 \ No newline at end of file +exit 0