We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6300d64 commit 2ed1bc2Copy full SHA for 2ed1bc2
1 file changed
bin/v-insert-dns-domain
@@ -56,7 +56,7 @@ if [ "$flush" = 'records' ]; then
56
fi
57
58
# Flush domain
59
-if [ "$flush" ! = 'no' ]; then
+if [ "$flush" != 'no' ]; then
60
sed -i "/DOMAIN='$DOMAIN'/d" $USER_DATA/dns.conf 2> /dev/null
61
62
0 commit comments