Suppression flag execution sur le script cron, il n'existe plus

This commit is contained in:
Michael RICOIS 2015-01-22 16:39:08 +00:00
parent f6e5cc30a3
commit 50ec0c9009

View File

@ -60,6 +60,5 @@ if(isset($opts->install))
//Modification des permissions
passthru('chown -R www-data: '.APPLICATION_PATH.'/../');
passthru('chmod +x '.APPLICATION_PATH.'/../scripts/cron.php');
passthru('chmod +x '.APPLICATION_PATH.'/../scripts/jobs/*.php');
}