From d97db61b570562933ac78ac3f51e951930582153 Mon Sep 17 00:00:00 2001 From: Rostyslav Golda Date: Wed, 22 Dec 2021 15:32:32 +0200 Subject: [PATCH] Hotfix: removed db download block --- updater/update1.sh | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/updater/update1.sh b/updater/update1.sh index b98dcf8ef3..0d5f0fd77a 100755 --- a/updater/update1.sh +++ b/updater/update1.sh @@ -244,16 +244,19 @@ then esac notify "Downloading database" # TODO: ! refactor and ncomment that block - if [ "$#" -eq 3 ] - then - if [ ${NOSHARD} == false ] - then + +# if [ "$#" -eq 3 ] +# then +# if [ ${NOSHARD} == false ] +# then # bash ./update3.sh $1 $2 $3 true ${NETID} - fi - else +# + +# fi +# else # bash ./update3.sh $1 $2 $3 $4 $5 - fi +# fi # if [[ -d conf ]]; then