Skip to content

Commit

Permalink
[change] Updated revoke list cron to run at midnight everyday
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy authored and nemesifier committed Nov 1, 2024
1 parent 2854002 commit f8f0f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/common/init_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ elif [ "$MODULE_NAME" = 'openvpn' ]; then
echo "*/1 * * * * sh /openvpn.sh" | crontab -
(
crontab -l
echo "0 3 * * 7 sh /revokelist.sh"
echo "0 0 * * * sh /revokelist.sh"
) | crontab -
crond
# Schedule send topology script only when
Expand Down

0 comments on commit f8f0f8c

Please sign in to comment.