Skip to content

Commit

Permalink
Update example in cronjob documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Oct 6, 2017
1 parent b54f174 commit a3c9bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en_US/cronjob.markdown
Expand Up @@ -39,7 +39,7 @@ Before to configure the recurring task, create a batch file (*.bat or *.cmd) tha
Here an example (`C:\kanboard.bat`):

```
"C:\php\php.exe" -f "C:\inetpub\wwwroot\kanboard\kanboard" cronjob
"C:\php\php.exe" -f "C:\inetpub\wwwroot\kanboard\cli" cronjob
```

**You must change the path of the PHP executable and the path of the Kanboard's script according to your installation.**
Expand Down

0 comments on commit a3c9bc7

Please sign in to comment.