commands
This commit is contained in:
3
add-cron-for-certs.sh
Normal file
3
add-cron-for-certs.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
crontab -l | { cat; echo "0 0 * * 0 expr `date +\%W` \% 2 > /dev/null || /nordcod-nginx/cron-certs.sh"; } | crontab -
|
||||
Reference in New Issue
Block a user