Actions
Bug #83640
closedScheduler: wrong command at config check
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2018-01-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the check config section of the scheduler module the displayed path to run the scheduler from cli is wrong:
/path/to/typo3/typo3/sysext/core/bin/typo3 scheduler
but should be
/path/to/typo3/typo3/sysext/core/bin/typo3 scheduler:run
Actions