From 78acb5f5c0606b50353569bafc84d097c3460257 Mon Sep 17 00:00:00 2001 From: Daniel Ortiz Date: Sat, 12 Jul 2025 20:52:11 -0400 Subject: [PATCH] update --- update.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/update.sh b/update.sh index 44b1be17..64d0011c 100755 --- a/update.sh +++ b/update.sh @@ -79,15 +79,12 @@ function fuSELFUPDATE () { git reset --hard git pull origin update --force fi - if [ -z "$myTPOT_TYPE" ]; then - echo "### TPOT_TYPE not set in .env file. Defaulting to HIVE." + echo else grep -q "^TPOT_TYPE=" .env && sed -i "s/^TPOT_TYPE=.*/TPOT_TYPE=${myTPOT_TYPE}/" .env echo "### T-Pot type set to: $myTPOT_TYPE in .env" fi - - exit 1 echo