From d94207e56e900f9877e2af0ba4607cb5857d2e48 Mon Sep 17 00:00:00 2001 From: Daniel Ortiz Date: Sat, 12 Jul 2025 20:33:09 -0400 Subject: [PATCH] update update.sh, discriminate whether it is SENSOR or HIVE --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index e8217cf5..9e4069fa 100755 --- a/update.sh +++ b/update.sh @@ -81,7 +81,7 @@ function fuSELFUPDATE () { git pull --force fi if [! -z "$myTPOT_TYPE" ]; then - echo "### Setting T-Pot type to: $myTPOT_TYPE in .env" + echo "### Setting T-Pot type to: $myTPOT_TYPE" grep -q "^TPOT_TYPE=" .env && sed -i "s/^TPOT_TYPE=.*/TPOT_TYPE=${myTPOT_TYPE}/" .env fi exit 1