Skip to content

Commit 62a01dc

Browse files
authored
Update v-add-remote-dns-host (hestiacp#4837)
Trigger every 5 min
1 parent 3f32394 commit 62a01dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-remote-dns-host

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ cmd="v-update-sys-queue dns-cluster"
123123
check_cron=$(grep "$cmd" "/var/spool/cron/crontabs/hestiaweb" 2> /dev/null)
124124
if [ -z "$check_cron" ] && [ ! -z "$CRON_SYSTEM" ]; then
125125
min='*/5'
126-
hour='0'
126+
hour='*'
127127
day='*'
128128
month='*'
129129
wday='*'

0 commit comments

Comments
 (0)