Skip to content

Commit 1eef977

Browse files
authored
Merge pull request hestiacp#1368 from hestiacp/staging/fixes
Staging/fixes
2 parents e9a15f0 + b52c4f8 commit 1eef977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-delete-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fi
7171

7272
# Checking domain search result
7373
if [ -z "$domain_found" ]; then
74-
check_result $E_NOTEXISTS "domain $domain doesn't exist"
74+
check_result $E_NOTEXIST "domain $domain doesn't exist"
7575
fi
7676

7777
# Restarting services

0 commit comments

Comments
 (0)