Skip to content

Commit 46f8f8e

Browse files
committed
fixed typo in dns suspend script
1 parent b477536 commit 46f8f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v_suspend_dns_domains

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ domains=$(dom_clear_search)
5050

5151
# Starting suspend loop
5252
for domain in $domains; do
53-
$V_BIN/v_suspend_web_domain "$user" "$domain" "$url"
53+
$V_BIN/v_suspend_dns_domain "$user" "$domain"
5454
done
5555

5656

0 commit comments

Comments
 (0)