Skip to content

Commit

Permalink
add useless verbosity to crond
Browse files Browse the repository at this point in the history
  • Loading branch information
PipeItToDevNull committed Dec 22, 2023
1 parent 6238340 commit 0b9c2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nginx_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SLEEPTIME=$(awk 'BEGIN{srand(); print int(rand()*(3600+1))}'); \
echo "0 0,12 * * * root sleep $SLEEPTIME && certbot renew -q" | tee -a /etc/crontab > /dev/null

# start crond
crond
crond -d 2

# restart nginx
nginx -s stop
Expand Down

0 comments on commit 0b9c2ad

Please sign in to comment.