1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2022-05-09 18:43:09 +02:00
parent a0ec00d837
commit d2ee8167af
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -128,7 +128,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================
ynh_script_progression --message="Updating php dependencies..."
ynh_exec_warn_less ynh_composer_exec --phpversion="$phpversion" --workdir="$final_path" --commands="update"
ynh_exec_warn_less ynh_composer_exec --phpversion="$phpversion" --workdir="$final_path" --commands="update" --install_args="--ignore-platform-req=ext-redis"
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"