1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prestashop_ynh.git synced 2024-09-03 20:06:39 +02:00
This commit is contained in:
ericgaspar 2021-11-28 14:18:55 +01:00
parent 712c3a1624
commit dd41a92ce1
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@
"license": "OSL-3.0", "license": "OSL-3.0",
"website": "https://prestashop.com", "website": "https://prestashop.com",
"demo": "https://demo.prestashop.com/#/en/front", "demo": "https://demo.prestashop.com/#/en/front",
"userdoc": "https://doc.prestashop.com/display/PS17/Guide+de+l'utilisateur",
"code": "https://github.com/PrestaShop/PrestaShop" "code": "https://github.com/PrestaShop/PrestaShop"
}, },
"license": "OSL-3.0", "license": "OSL-3.0",

View file

@ -114,7 +114,7 @@ ynh_install_app_dependencies $pkg_dependencies
ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=1 ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=1
# Create a dedicated PHP-FPM config # Create a dedicated PHP-FPM config
ynh_add_fpm_config --package="$extra_php_dependencies" ynh_add_fpm_config
#================================================= #=================================================
# RELOAD NGINX # RELOAD NGINX