diff --git a/scripts/upgrade b/scripts/upgrade index 3f08c13..4b5a250 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -98,9 +98,9 @@ ynh_system_user_create --username=$app --home_dir="$final_path" # REINSTALL DEPENDENCIES #================================================= -# ynh_script_progression --message="Reinstalling dependencies..." --weight=2 +ynh_script_progression --message="Reinstalling dependencies..." --weight=2 -# ynh_install_app_dependencies "php${phpversion}-fpm" +ynh_install_app_dependencies "php${phpversion}-fpm" #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE