4 lines
131 B
Bash
4 lines
131 B
Bash
#!/bin/bash
|
|
|
|
crontab -l | { cat; echo "0 0 * * 0 expr `date +\%W` \% 2 > /dev/null || /nordcod-nginx/cron-certs.sh"; } | crontab -
|