Skip to content

Commit

Permalink
Fix crontab working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnulu committed Feb 10, 2016
1 parent e835b5d commit f56303f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f56303f

Please sign in to comment.