We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417e99c commit 5a74980Copy full SHA for 5a74980
1 file changed
bin/v-delete-domain
@@ -71,7 +71,7 @@ fi
71
72
# Checking domain search result
73
if [ -z "$domain_found" ]; then
74
- check_result $E_NOTEXISTS "domain $domain doesn't exist"
+ check_result $E_NOTEXIST "domain $domain doesn't exist"
75
fi
76
77
# Restarting services
0 commit comments