fix: no mkdir error if tmp/ folder exists

https://linux.die.net/man/1/mkdir
This commit is contained in:
curben 2019-05-27 15:16:30 +09:30
parent bb817d9838
commit 196c66f2a1
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
set -e -x
# Create a temporary working folder
mkdir tmp/ && cd tmp/
# -p: No error if existing
mkdir -p tmp/ && cd tmp/
# Download URLhaus database and Umbrella Top 1M
sh ../utils/prerequisites.sh