Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent ac902a0 commit b452bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/check_parked.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ retrieve_parked() {
wait

# Return 1 if no parked domains were found
[[ ! -s parked_domains.tmp ]] && return 1
[[ ! -s parked_domains.tmp ]] && return 1 || return 0

format_file parked_domains.tmp
}
Expand Down

0 comments on commit b452bc1

Please sign in to comment.