Add execute permission on file
This commit is contained in:
parent
1897655908
commit
e2c371e251
@ -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');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user