From b3c0438b1cf86b6dbc79d6f0800d3b536c5d8e3e Mon Sep 17 00:00:00 2001 From: Daniel Ortiz Date: Fri, 4 Jul 2025 20:18:37 -0400 Subject: [PATCH] reads TPOT_TYPE variable from .env, and copies the appropriate file from compose to docker-compose.yml --- update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update.sh b/update.sh index a6397d8d..b7e2b1ff 100755 --- a/update.sh +++ b/update.sh @@ -85,7 +85,7 @@ function fuSELFUPDATE () { elif [ "$TPOT_TYPE" == "MOBILE" ]; then cp compose/mobile.yml docker-compose.yml else - TPOT_TYPE="HIVE" + cp compose/standard.yml docker-compose.yml fi fi } @@ -237,7 +237,6 @@ if [ "$1" != "-y" ]; then exit fi - fuCHECK_VERSION fuCHECKINET "https://index.docker.io https://github.com" fuGETTPOTTYPE