We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50fa85 commit 649c04dCopy full SHA for 649c04d
bin/v-change-user-package
@@ -43,7 +43,7 @@ is_package_avalable() {
43
check_result $E_LIMIT "Package doesn't cover WEB_DOMAIN usage"
44
fi
45
46
- if [ "$DNS_DOMAINS" ! = 'unlimited' ]; then
+ if [ "$DNS_DOMAINS" != 'unlimited' ]; then
47
if [ "$DNS_DOMAINS" -lt "$U_DNS_DOMAINS" ]; then
48
check_result $E_LIMIT "Package doesn't cover DNS_DOMAIN usage"
49
0 commit comments