Skip to content

Commit

Permalink
Hotfix: removed db download block
Browse files Browse the repository at this point in the history
  • Loading branch information
0486 committed Dec 22, 2021
1 parent cc4bc7d commit d97db61
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions updater/update1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d97db61

Please sign in to comment.