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`