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