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.
2 parents 2f73044 + 649c04d commit 92acd51Copy full SHA for 92acd51
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