Skip to content

Commit

Permalink
fix cron shedule
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Nov 23, 2021
1 parent cccdc4b commit 666f816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ realpath=`realpath $0`
dirpath=`dirname $realpath`
scriptpath="$dirpath/pve-autorepl.py --maxvmid 499 --interval */1 --rate 50 | logger -t pve-autorepl"
echo "script path is: $scriptpath"
cronrecord="* * * * * $scriptpath"
cronrecord="0 * * * * $scriptpath"
echo "cron record is: $cronrecord"

# write out current crontab
Expand Down

0 comments on commit 666f816

Please sign in to comment.