Просмотр исходного кода

Release 17.10 for Ubuntu 18.04

Jaap Marcus 2 лет назад
Родитель
Сommit
2e6625e550
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      bin/v-change-dns-domain-ip
  2. 1 1
      src/deb/hestia/control

+ 1 - 1
bin/v-change-dns-domain-ip

@@ -75,7 +75,7 @@ if [ "$DNS_CLUSTER" = "yes" ]; then
 	# Check for first sync
 	# Check for first sync
 	dlock=$(grep "domain $user $domain" $HESTIA/data/queue/dns-cluster.pipe)
 	dlock=$(grep "domain $user $domain" $HESTIA/data/queue/dns-cluster.pipe)
 	if [ -z "$dlock" ]; then
 	if [ -z "$dlock" ]; then
-		cmd="$BIN/v-add-remote-dns-domain $user $domain domain yes"
+		cmd="$BIN/v-add-remote-dns-domain $user $domain yes"
 		echo "$cmd" >> $HESTIA/data/queue/dns-cluster.pipe
 		echo "$cmd" >> $HESTIA/data/queue/dns-cluster.pipe
 	fi
 	fi
 fi
 fi

+ 1 - 1
src/deb/hestia/control

@@ -1,7 +1,7 @@
 Source: hestia
 Source: hestia
 Package: hestia
 Package: hestia
 Priority: optional
 Priority: optional
-Version: 1.7.9
+Version: 1.7.10
 Section: admin
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com
 Homepage: https://www.hestiacp.com