diff --git a/sde_update.sh b/sde_update.sh index e42b511..ba8f96d 100644 --- a/sde_update.sh +++ b/sde_update.sh @@ -3,7 +3,7 @@ SDE_URL="https://www.fuzzwork.co.uk/dump/sqlite-latest.sqlite.bz2" echo "Downloading SDE from ${SDE_URL}" -curl -o sde.sqlite.bz2 "${SDE_URL}" && bunzip2 sde.sqlite.bz2 +curl -o sde.sqlite.bz2 "${SDE_URL}" && bunzip2 -f sde.sqlite.bz2 if [ -e sde.sqlite ]; then echo "Generating reference data" /usr/bin/env python gen_reference_data.py sde.sqlite