Skip to content

Commit

Permalink
shared-state: fixes typo in cron entry
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrk committed Apr 24, 2024
1 parent 88a63b2 commit a255bb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ unique_append()
}

unique_append \
'*/30 * * * * ((sleep $(($RANDOM % 120)); shared-state-async-publish-all /dev/null)&)' \
'*/30 * * * * ((sleep $(($RANDOM % 120)); shared-state-async-publish-all &> /dev/null)&)' \
/etc/crontabs/root

0 comments on commit a255bb7

Please sign in to comment.