diff options
author | fguillot <fred@kanboard.net> | 2017-10-06 16:47:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-06 16:47:17 -0700 |
commit | a3c9bc769a5088dc7d8f206ea10eee8196b08b99 (patch) | |
tree | 7b16f8d72c95b8fe337596420b8dc6c4840be8a5 /doc/en_US | |
parent | b54f174a27b24c40fd84b52377eddc1890c37679 (diff) |
Update example in cronjob documentation
Diffstat (limited to 'doc/en_US')
-rw-r--r-- | doc/en_US/cronjob.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en_US/cronjob.markdown b/doc/en_US/cronjob.markdown index 743aac95..fd7c2b1e 100644 --- a/doc/en_US/cronjob.markdown +++ b/doc/en_US/cronjob.markdown @@ -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.** |