mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -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
|
# Starting suspend loop
|
||||||
for domain in $domains; do
|
for domain in $domains; do
|
||||||
$V_BIN/v_suspend_web_domain "$user" "$domain" "$url"
|
$V_BIN/v_suspend_dns_domain "$user" "$domain"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue