don't rmdir a dir that doesn't exist

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2019-01-11 21:27:09 +00:00
parent ce0d66d37f
commit 75e1108b33

View file

@ -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/