From f56303fd05844dbdb7c599699e56bf0c86f841aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilgaz=20=C5=9Eumnulu?= Date: Wed, 10 Feb 2016 19:31:35 +0200 Subject: [PATCH] Fix crontab working directory --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index a0ca061..3005f2f 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -110,7 +110,7 @@ crontab -e Add the following line to run cronjob.sh (build) every 10 minutes. ``` -*/10 * * * * /home/ubuntu/statique/cronjob.sh +*/10 * * * * cd /home/ubuntu/statique/&&/home/ubuntu/statique/cronjob.sh ``` cronjob.sh copies build scripts and templates from Dropbox or default folder and then initiates build process.