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

Update restore

This commit is contained in:
ericgaspar 2020-10-02 08:35:32 +02:00
parent b1bf235f72
commit bee2a79b90
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -76,12 +76,10 @@ chown -R $app: $final_path/extensions/
#=================================================
# RESTORE THE PHP-FPM CONFIGURATION
#=================================================
ynh_script_progression --message="Reconfiguring PHP-FPM..." --weight=10
ynh_script_progression --message="Reconfiguring PHP-FPM..." --weight=5
ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
ynh_add_fpm_config --phpversion=$YNH_PHP_VERSION --package="$extra_php_dependencies"
#=================================================
# SPECIFIC RESTORATION
#=================================================