From 29cb772988e68243b3116ced99c9d79fb3cd6770 Mon Sep 17 00:00:00 2001 From: Yudi Date: Tue, 17 Sep 2019 23:12:22 -0300 Subject: [PATCH] Updated Scheduling exports with Mono & Crontab (markdown) --- Scheduling-exports-with-Mono-&-Crontab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scheduling-exports-with-Mono-&-Crontab.md b/Scheduling-exports-with-Mono-&-Crontab.md index 8b76c4a..111be0e 100644 --- a/Scheduling-exports-with-Mono-&-Crontab.md +++ b/Scheduling-exports-with-Mono-&-Crontab.md @@ -68,7 +68,7 @@ exit 0 **Remember to escape spaces** (add `\` before spaces)!

-**4.** Give the shell script permissions with `sudo chmod 755 /path/to/DiscordChatExporter/cron.sh` +**4.** Give the script permissions with `sudo chmod 755 /path/to/DiscordChatExporter/cron.sh` **5.** Add a new job to crontab using `sudo crontab –e`