don't rmdir a dir that doesn't exist
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
ce0d66d37f
commit
75e1108b33
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
set -e
|
||||
|
||||
rm -f GeoLite2-Country-CSV.zip csvs/*
|
||||
rmdir csvs
|
||||
|
||||
wget -q -T 5 -t 1 https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country-CSV.zip
|
||||
unzip -j GeoLite2-Country-CSV.zip -d csvs/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue