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.
1 parent 75a6dfe commit e763066Copy full SHA for e763066
bin/v-change-dns-domain-ip
@@ -75,7 +75,7 @@ if [ "$DNS_CLUSTER" = "yes" ]; then
75
# Check for first sync
76
dlock=$(grep "domain $user $domain" $HESTIA/data/queue/dns-cluster.pipe)
77
if [ -z "$dlock" ]; then
78
- cmd="$BIN/v-add-remote-dns-domain $user $domain domain yes"
+ cmd="$BIN/v-add-remote-dns-domain $user $domain yes"
79
echo "$cmd" >> $HESTIA/data/queue/dns-cluster.pipe
80
fi
81
0 commit comments