Skip to content

Commit

Permalink
fix msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez committed Nov 22, 2024
1 parent 26c9301 commit 695b29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reconftw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@ function sub_analytics() {
fi
fi

if ! NUMOFLINES=$(anew subdomains/subdomains.txt <.tmp/analytics_subs_resolved.txt 2>/dev/null | sed '/^$/d' | wc -l); then
if ! NUMOFLINES=$(anew subdomains/subdomains.txt 2>/dev/null <.tmp/analytics_subs_resolved.txt 2>/dev/null | sed '/^$/d' | wc -l); then
printf "%b[!] Failed to count new subdomains.%b\n" "$bred" "$reset"
NUMOFLINES=0
fi
Expand Down

0 comments on commit 695b29b

Please sign in to comment.