add log to typo3 command
This commit is contained in:
parent
3fc302acfd
commit
15c86bde6e
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ task('typo3:cache:flush', function () {
|
|||
|
||||
task('typo3:cache:warmup', function () {
|
||||
cd('{{release_or_current_path}}');
|
||||
run('{{bin/php}} bin/typo3 cache:warmup');
|
||||
run('{{bin/php}} bin/typo3 cache:warmup 2>&1');
|
||||
})->desc('Warmup TYPO3 caches');
|
||||
|
||||
task('typo3:language:update', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue