1
mirror of https://github.com/jakejarvis/subtake.git synced 2025-04-26 06:25:23 -04:00
This commit is contained in:
Jake Jarvis 2019-04-10 16:52:24 -04:00
parent f73a778573
commit 7d5710a0b3
No known key found for this signature in database
GPG Key ID: D36CB66F4002B25B

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