This commit is contained in:
ericgaspar 2021-08-13 20:47:50 +02:00
parent a9e9aab2e4
commit 2f15a2b7e0
No known key found for this signature in database
GPG Key ID: 574F281483054D44
2 changed files with 1 additions and 8 deletions

View File

@ -29,6 +29,7 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)
language=$(ynh_app_setting_get --app=$app --key=language)
#=================================================
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP

View File

@ -104,14 +104,6 @@ ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --package="$extra_php_dependencies"
#=================================================
# SETUP SYSTEMD
#=================================================
ynh_script_progression --message="Upgrading systemd configuration..." --weight=2
# Create a dedicated systemd config
ynh_add_systemd_config
#=================================================
# RELOAD NGINX
#=================================================