1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00

remove GD

This commit is contained in:
ericgaspar 2020-11-14 23:28:08 +01:00
parent ea7b97d886
commit 3509b10584
No known key found for this signature in database
GPG key ID: 574F281483054D44
6 changed files with 6 additions and 8 deletions

View file

@ -59,8 +59,7 @@ Can the app be used by multiple users? **Yes**
---
Developer info
----------------
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing).

View file

@ -59,8 +59,7 @@ Le panneau d'administration est accessible via https://domain.tld/path/core/admi
---
Informations pour les développeurs
----------------
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing).

View file

@ -7,7 +7,7 @@
YNH_PHP_VERSION=7.3
# dependencies used by the app
extra_php_dependencies=="php${YNH_PHP_VERSION}-gd"
#extra_php_dependencies=="php${YNH_PHP_VERSION}-gd"
#=================================================
# PERSONAL HELPERS

View file

@ -87,7 +87,7 @@ ynh_system_user_create --username=$app
ynh_script_progression --message="Configuring PHP-FPM..."
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --package="$extra_php_dependencies"
ynh_add_fpm_config #--package="$extra_php_dependencies"
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================

View file

@ -81,7 +81,7 @@ ynh_script_progression --message="Restoring PHP-FPM configuration..."
ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
ynh_add_fpm_config --package="$extra_php_dependencies"
ynh_add_fpm_config #--package="$extra_php_dependencies"
#=================================================
# GENERIC FINALIZATION

View file

@ -107,7 +107,7 @@ ynh_system_user_create --username=$app
ynh_script_progression --message="Upgrading PHP-FPM configuration..."
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --package="$extra_php_dependencies"
ynh_add_fpm_config #--package="$extra_php_dependencies"
#=================================================
# SPECIFIC UPGRADE