Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Mar 28, 2024
1 parent b326c66 commit b196081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parked.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function add_unparked_domains {
check_for_unparked "x06" & check_for_unparked "x07" &
check_for_unparked "x08" & check_for_unparked "x09"

sleep 5
wait

[[ ! -f unparked_domains.tmp ]] && return
format_list unparked_domains.tmp
Expand All @@ -53,7 +53,7 @@ function remove_parked_domains {
check_for_parked "x06" & check_for_parked "x07" &
check_for_parked "x08" & check_for_parked "x09"

sleep 5
wait

[[ ! -f parked_domains.tmp ]] && return
format_list parked_domains.tmp
Expand Down

0 comments on commit b196081

Please sign in to comment.