diff --git a/README.md b/README.md index 72f19ef..55a8a53 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/README_fr.md b/README_fr.md index 41436a5..32bcc02 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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). diff --git a/scripts/_common.sh b/scripts/_common.sh index d9db906..7b42e8a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 diff --git a/scripts/install b/scripts/install index 5ec7266..147b403 100755 --- a/scripts/install +++ b/scripts/install @@ -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) #================================================= diff --git a/scripts/restore b/scripts/restore index f8cc188..601d6c8 100755 --- a/scripts/restore +++ b/scripts/restore @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index 8b453d1..400578c 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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