mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
delete debug info
This commit is contained in:
parent
94944001e3
commit
f9033d8102
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ is_web_backend_pool_valid
|
||||||
|
|
||||||
# Checking last webdomain
|
# Checking last webdomain
|
||||||
domains=$(search_objects 'web' 'SUSPENDED' "no" 'DOMAIN'|wc -l)
|
domains=$(search_objects 'web' 'SUSPENDED' "no" 'DOMAIN'|wc -l)
|
||||||
echo $domain
|
|
||||||
if [ "$backend" = "$user" ] && [ "$domains" -gt 1 ]; then
|
if [ "$backend" = "$user" ] && [ "$domains" -gt 1 ]; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue