Add execute permission on file

This commit is contained in:
Michael RICOIS 2012-10-25 15:37:17 +00:00
parent 1897655908
commit e2c371e251

View File

@ -68,4 +68,6 @@ elseif(isset($opts->install))
//Modification des permissions
passthru('chown -R www-data: '.APPLICATION_PATH.'/../');
passthru('chmod -x '.APPLICATION_PATH.'/../batch/cron.php');
passthru('chmod -x '.APPLICATION_PATH.'/../batch/enrichissement.php');
}