1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Revert "Update upgrade"

This reverts commit 5bca763851.
This commit is contained in:
Memo 2022-04-07 15:54:38 +02:00
parent 6f12a477c9
commit 02f3db4d44

View file

@ -24,7 +24,7 @@ db_name=$(ynh_app_setting_get --app=$app --key=db_name)
db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)
random_key=$(ynh_app_setting_get --app=$app --key=random_key)
email=$(ynh_user_get_info --username=$admin --key=mail)
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
phpversion=$YNH_PHP_VERSION
timezone="$(cat /etc/timezone)"
#=================================================
@ -108,7 +108,7 @@ ynh_add_nginx_config
# UPGRADE DEPENDENCIES
#=================================================
ynh_script_progression --message="Upgrading dependencies..."
ynh_exec_warn_less ynh_install_composer
ynh_install_app_dependencies "$pkg_dependencies"
#=================================================
@ -125,6 +125,8 @@ ynh_add_fpm_config --usage=low --footprint=low
# UPDATE PHP DEPENDENCIES
#=================================================
ynh_script_progression --message="Updating PHP dependencies..."
chown -R $app $final_path
ynh_exec_warn_less ynh_install_composer
#=================================================