Răsfoiți Sursa

Update v-add-remote-dns-host (#4837)

Trigger every 5 min
Jaap Marcus 1 an în urmă
părinte
comite
62a01dc20b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      bin/v-add-remote-dns-host

+ 1 - 1
bin/v-add-remote-dns-host

@@ -123,7 +123,7 @@ cmd="v-update-sys-queue dns-cluster"
 check_cron=$(grep "$cmd" "/var/spool/cron/crontabs/hestiaweb" 2> /dev/null)
 if [ -z "$check_cron" ] && [ ! -z "$CRON_SYSTEM" ]; then
 	min='*/5'
-	hour='0'
+	hour='*'
 	day='*'
 	month='*'
 	wday='*'