mirror of
https://github.com/YunoHost-Apps/quizzes_ynh.git
synced 2024-09-03 20:16:11 +02:00
Fix
This commit is contained in:
parent
3ed704205c
commit
e166873703
2 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ ynh_add_fpm_config
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Installing $app with Composer..." --weight=5
|
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
|
# ADD A CONFIGURATION
|
||||||
|
|
|
@ -61,7 +61,7 @@ then
|
||||||
ynh_setup_source --dest_dir="$final_path"
|
ynh_setup_source --dest_dir="$final_path"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ynh_install_composer --install_args="--ignore-platform-reqs"
|
ynh_install_composer --install_args="--ignore-platform-reqs" 2>&1
|
||||||
|
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
chmod -R o-rwx "$final_path"
|
chmod -R o-rwx "$final_path"
|
||||||
|
|
Loading…
Add table
Reference in a new issue