diff --git a/Mage/Task/BuiltIn/General/ManuallyTask.php b/Mage/Task/BuiltIn/General/ManuallyTask.php index 71a681d..cc3bdf0 100644 --- a/Mage/Task/BuiltIn/General/ManuallyTask.php +++ b/Mage/Task/BuiltIn/General/ManuallyTask.php @@ -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