mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
fixed typo in dns suspend script
This commit is contained in:
parent
b4775368cb
commit
46f8f8eb81
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ domains=$(dom_clear_search)
|
|||
|
||||
# Starting suspend loop
|
||||
for domain in $domains; do
|
||||
$V_BIN/v_suspend_web_domain "$user" "$domain" "$url"
|
||||
$V_BIN/v_suspend_dns_domain "$user" "$domain"
|
||||
done
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue