From ead4afb7c3b6d8b45c4e8c0872e57dbd5b6f2adc Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 29 Apr 2024 23:26:30 +0200 Subject: [PATCH] Update 0.1.7.md --- documentation/docs/changelog/0.1.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/changelog/0.1.7.md b/documentation/docs/changelog/0.1.7.md index 3ac3607a..03e1790e 100644 --- a/documentation/docs/changelog/0.1.7.md +++ b/documentation/docs/changelog/0.1.7.md @@ -56,7 +56,7 @@ Users can now pause/unpause cronjobs and execute them out of schedule. ![screenshot](https://i.postimg.cc/brZwBnSG/2024-04-15-23-56.png) -When troubleshooting cronjob, you can add ` >> /home/USERNAME/CRON.log 2>&1` in the cron command and output will be stored in the file everytine the cron is executed. +When troubleshooting cronjob, you can add ` >> /home/USERNAME/CRON.log 2>&1` in the cron command and output will be stored in the file everytime the cron is executed. -----