Skip to content

Commit e763066

Browse files
authored
Fix bug in sync command (hestiacp#3803)
remove unnecessary "domain" in string
1 parent 75a6dfe commit e763066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-change-dns-domain-ip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if [ "$DNS_CLUSTER" = "yes" ]; then
7575
# Check for first sync
7676
dlock=$(grep "domain $user $domain" $HESTIA/data/queue/dns-cluster.pipe)
7777
if [ -z "$dlock" ]; then
78-
cmd="$BIN/v-add-remote-dns-domain $user $domain domain yes"
78+
cmd="$BIN/v-add-remote-dns-domain $user $domain yes"
7979
echo "$cmd" >> $HESTIA/data/queue/dns-cluster.pipe
8080
fi
8181
fi

0 commit comments

Comments
 (0)