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