From 6feef0a43585d3859e31ff4f2db86f76339ecbd3 Mon Sep 17 00:00:00 2001 From: Nathan Salapat Date: Fri, 10 Oct 2014 16:20:10 -0500 Subject: [PATCH] Added info for writing log. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6ed34f2..f25d935 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Your crontab will open, then add the following line. * 4 * * * /home/yourname/gitclone/Minetest_Mods_Updater/update.sh -s /home/yourname/clonelocation/ -d /home/yourname/.minetest/mods/ >/dev/null 2>&1 +You can also do this which will write a log file in your home directory. +>/dev/null 2> ~/mod-update.log + Of course you can change when the job runs. If you aren't familiar with that syntax visit this page: http://www.howtoforge.com/a-short-introduction-to-cron-jobs