mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 12:40:18 +02:00
manually task
one more example for the manually task
This commit is contained in:
parent
41c3e00f67
commit
94673b4af2
@ -25,6 +25,7 @@ use Mage\Task\AbstractTask;
|
||||
* - find . -type d -exec chmod 755 {} \;
|
||||
* - find . -type f -exec chmod 644 {} \;
|
||||
* - chmod +x bin/console
|
||||
* - find var/logs -maxdepth 1 -type f -name '*.log' -exec chown apache:apache {} \;
|
||||
* - symfony2/cache-clear
|
||||
*
|
||||
* @author Samuel Chiriluta <samuel4x4@gmail.com>
|
||||
|
Loading…
Reference in New Issue
Block a user