mirror of
https://github.com/YunoHost-Apps/prestashop_ynh.git
synced 2024-09-03 20:06:39 +02:00
Fix
This commit is contained in:
parent
712c3a1624
commit
dd41a92ce1
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue