Skip to content

Commit

Permalink
Remove unnecessary quotes
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <[email protected]>
  • Loading branch information
jsf9k and mcdonnnj committed Dec 6, 2022
1 parent b31e70e commit 35f2976
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

SHARED_DIR="${CISA_HOME}"/shared

echo "Creating artifacts folder..."
echo Creating artifacts folder...
mkdir -p "${SHARED_DIR}"/artifacts/

echo "Waiting for gatherer"
echo Waiting for gatherer
while [ "$(redis-cli -h redis get gathering_complete)" != "true" ]; do
sleep 5
done
echo "Gatherer finished"
echo Gatherer finished

# No longer needed
redis-cli -h orchestrator_redis_1 del gathering_complete

# Run the https-scan scan
echo "Running domain-scan scan"
echo Running domain-scan scan
cd "${SHARED_DIR}"/artifacts/ || exit
# We run the three scans separately because we want to reduce the
# concurrency for trustymail scans. This is to avoid a situation
Expand Down

0 comments on commit 35f2976

Please sign in to comment.