We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fd54f commit 0ce7f6aCopy full SHA for 0ce7f6a
lets-encrypt/test-new-config.sh
@@ -64,7 +64,7 @@ CRONTAB
64
chmod +x $SCRIPTS/letsencryptrenew.sh
65
# Add cronjob
66
crontab -u root -l | grep -v "$SCRIPTS/letsencryptrenew.sh" | crontab -u root -
67
-crontab -u root -l | { cat; echo "3 */12 * * * $SCRIPTS/letsencryptrenew.sh"; } | crontab -u root -
+crontab -u root -l | { cat; echo "3 */12 * * * $SCRIPTS/letsencryptrenew.sh >/dev/null"; } | crontab -u root -
68
69
# Cleanup
70
rm -f $SCRIPTS/test-new-config.sh
0 commit comments