Update example in cronjob documentation
This commit is contained in:
parent
b54f174a27
commit
a3c9bc769a
|
|
@ -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.**
|
||||
|
|
|
|||
Loading…
Reference in New Issue