From 2e8428ac4bb1c21a3e01fe1cdf8a13e67c174a44 Mon Sep 17 00:00:00 2001 From: ialex Date: Fri, 25 Feb 2022 14:05:54 +0200 Subject: [PATCH] delete gzip after import --- 4.0/init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/4.0/init.sh b/4.0/init.sh index 2926e387..2ce17f29 100755 --- a/4.0/init.sh +++ b/4.0/init.sh @@ -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