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
d15040edf6
commit
f8ad91f09f
3 changed files with 3 additions and 2 deletions
|
@ -3,5 +3,4 @@ SOURCE_SUM=3a6e61be215f11948e5283caf8c8b50e62767b84afb478f47ae7240dd588f026
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=
|
|
||||||
SOURCE_EXTRACT=true
|
SOURCE_EXTRACT=true
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
"website": "https://prestashop.com",
|
"website": "https://prestashop.com",
|
||||||
"demo": "https://demo.prestashop.com/#/en/front",
|
"demo": "https://demo.prestashop.com/#/en/front",
|
||||||
"admindoc": "https://yunohost.org/packaging_apps",
|
"admindoc": "https://yunohost.org/packaging_apps",
|
||||||
"userdoc": "https://yunohost.org/apps",
|
|
||||||
"code": "https://github.com/PrestaShop/PrestaShop"
|
"code": "https://github.com/PrestaShop/PrestaShop"
|
||||||
},
|
},
|
||||||
"license": "OSL-3.0",
|
"license": "OSL-3.0",
|
||||||
|
|
|
@ -73,6 +73,9 @@ ynh_script_progression --message="Restoring the PHP-FPM configuration..." --weig
|
||||||
|
|
||||||
ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
|
ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
|
||||||
|
|
||||||
|
# Recreate a dedicated PHP-FPM config
|
||||||
|
ynh_add_fpm_config --usage=low --footprint=low --package="$extra_php_dependencies"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RESTORE THE MYSQL DATABASE
|
# RESTORE THE MYSQL DATABASE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue