1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/quizzes_ynh.git synced 2024-09-03 20:16:11 +02:00
This commit is contained in:
ericgaspar 2021-08-24 18:36:49 +02:00
parent 3ed704205c
commit e166873703
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ ynh_add_fpm_config
#=================================================
ynh_script_progression --message="Installing $app with Composer..." --weight=5
ynh_install_composer --install_args="--ignore-platform-reqs"
ynh_install_composer --install_args="--ignore-platform-reqs" 2>&1
#=================================================
# ADD A CONFIGURATION

View file

@ -61,7 +61,7 @@ then
ynh_setup_source --dest_dir="$final_path"
fi
ynh_install_composer --install_args="--ignore-platform-reqs"
ynh_install_composer --install_args="--ignore-platform-reqs" 2>&1
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"