We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79341b commit a671825Copy full SHA for a671825
bin/v-add-dns-record
@@ -73,7 +73,7 @@ if [ "$rtype" != "CAA" ]; then
73
fi
74
75
76
-if [ $record = "@" ] && [ $rtype = "CNAME" ]; then
+if [ "$record" = "@" ] && [ "$rtype" = "CNAME" ]; then
77
check_result $E_INVALID "CNAME on root is not allowed"
78
79
bin/v-change-dns-record
@@ -58,7 +58,7 @@ check_hestia_demo_mode
58
# Action #
59
#----------------------------------------------------------#
60
61
62
63
64
0 commit comments