Skip to content

Commit 0ce7f6a

Browse files
authored
fix minor detail (nextcloud#2036)
Signed-off-by: szaimen <[email protected]>
1 parent 36fd54f commit 0ce7f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lets-encrypt/test-new-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ CRONTAB
6464
chmod +x $SCRIPTS/letsencryptrenew.sh
6565
# Add cronjob
6666
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 -
67+
crontab -u root -l | { cat; echo "3 */12 * * * $SCRIPTS/letsencryptrenew.sh >/dev/null"; } | crontab -u root -
6868

6969
# Cleanup
7070
rm -f $SCRIPTS/test-new-config.sh

0 commit comments

Comments
 (0)