1
mirror of https://github.com/jakejarvis/subtake.git synced 2025-06-27 16:45:41 -04:00
This commit is contained in:
2019-04-10 16:52:24 -04:00
parent f73a778573
commit 7d5710a0b3

View File

@ -11,8 +11,8 @@ time_start=$(date -u +%s)
tempdir=/tmp/sonar
# Make sure there aren't existing temp files
rm -rf ${tempdir:?}
mkdir -p $tempdir
rm -rf ${tempdir:?}/*
# Download dataset from Rapid7 if not already provided