mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Fix for v-change-user-package too many arguments
v-change-user-package: line 46: [: too many arguments
This commit is contained in:
parent
a50fa85ef0
commit
649c04d650
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ is_package_avalable() {
|
|||
check_result $E_LIMIT "Package doesn't cover WEB_DOMAIN usage"
|
||||
fi
|
||||
fi
|
||||
if [ "$DNS_DOMAINS" ! = 'unlimited' ]; then
|
||||
if [ "$DNS_DOMAINS" != 'unlimited' ]; then
|
||||
if [ "$DNS_DOMAINS" -lt "$U_DNS_DOMAINS" ]; then
|
||||
check_result $E_LIMIT "Package doesn't cover DNS_DOMAIN usage"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue