Skip to content

Commit

Permalink
delete gzip after import
Browse files Browse the repository at this point in the history
  • Loading branch information
iAlex97 committed Feb 25, 2022
1 parent e44c378 commit 2e8428a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 4.0/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ rm /etc/postgresql/12/main/conf.d/postgres-import.conf

echo "Deleting downloaded dumps in ${PROJECT_DIR}"
rm -f ${PROJECT_DIR}/*sql.gz
rm -f ${PROJECT_DIR}/*csv.gz
rm -f ${PROJECT_DIR}/tiger-nominatim-preprocessed.csv.tar.gz

# nominatim needs the tokenizer configuration in the project directory to start up
Expand Down

0 comments on commit 2e8428a

Please sign in to comment.