Skip to content

Commit

Permalink
Remove uneeded break's
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtn1ng committed Apr 1, 2018
1 parent 9c9ea35 commit 7414de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Pycharm files
.idea/
2 changes: 0 additions & 2 deletions discover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -619,11 +619,9 @@ case $choice in
if grep -q 'There are 0 domains' tmp && grep -q 'There are 0 domains' tmp2; then
rm tmp tmp2
echo 'No Domains Found.' > tmp6
break
elif ! [ -s tmp ] && ! [ -s tmp2 ]; then
rm tmp tmp2
echo 'No Domains Found.' > tmp6
break

# Loop thru list of domains, gathering details about the domain
elif grep -q 'paymenthash' tmp; then
Expand Down

0 comments on commit 7414de5

Please sign in to comment.