1
0
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:
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 d -exec chmod 755 {} \;
* - find . -type f -exec chmod 644 {} \; * - find . -type f -exec chmod 644 {} \;
* - chmod +x bin/console * - chmod +x bin/console
* - find var/logs -maxdepth 1 -type f -name '*.log' -exec chown apache:apache {} \;
* - symfony2/cache-clear * - symfony2/cache-clear
* *
* @author Samuel Chiriluta <samuel4x4@gmail.com> * @author Samuel Chiriluta <samuel4x4@gmail.com>