manually task

one more example for the manually task
This commit is contained in:
samuel4x4 2014-11-23 23:57:00 +02:00
parent 41c3e00f67
commit 94673b4af2

View file

@ -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>