1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Fix php version reference (#136)

* Auto-update README

* Use YNH_PHP_VERSION
This commit is contained in:
lapineige 2022-07-20 21:33:08 +02:00 committed by GitHub
parent 1799f03872
commit 70fe2b2379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Wallabag pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/wallabag2.svg)](https://dash.yunohost.org/appci/app/wallabag2) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/wallabag2.status.svg) ![Status de maintenance](https://ci-apps.yunohost.org/ci/badges/wallabag2.maintain.svg)
[![Niveau d'intégration](https://dash.yunohost.org/integration/wallabag2.svg)](https://dash.yunohost.org/appci/app/wallabag2) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/wallabag2.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/wallabag2.maintain.svg)
[![Installer Wallabag avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wallabag2)
*[Read this readme in english.](./README.md)*

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
phpversion="7.4"
YNH_PHP_VERSION="7.4"
# dependencies used by the app
pkg_dependencies="php$phpversion-cli php$phpversion-mysql php$phpversion-json php$phpversion-gd php$phpversion-tidy php$phpversion-curl php-gettext php$phpversion-redis php$phpversion-xml"

View file

@ -96,7 +96,7 @@ ynh_add_nginx_config
ynh_script_progression --message="Configuring PHP-FPM..." --weight=2
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --phpversion=$phpversion
ynh_add_fpm_config --phpversion=$YNH_PHP_VERSION
#=================================================
# SPECIFIC SETUP