Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 2, 2024
1 parent 7c2aff0 commit 6908ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions functions/opensquat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ readonly NRD='list/wildcard_domains/nrd.txt'

opensquat() {
# Install openSquat
git clone https://github.com/atenreiro/opensquat
pip install -r opensquat/requirements.txt
git clone -q https://github.com/atenreiro/opensquat
pip install -qr opensquat/requirements.txt

# Save previous NRD list for comparison
mv "$NRD" old_nrd.tmp
touch "$NRD" && mv "$NRD" old_nrd.tmp

# Collate fresh NRD list and exit with status 1 if any link is broken
{
Expand Down

0 comments on commit 6908ccd

Please sign in to comment.