1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00
This commit is contained in:
tituspijean 2023-08-14 19:01:25 +02:00 committed by tituspijean
parent dcec3c6444
commit 2d6fce8ce7
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
3 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,8 @@
# COMMON VARIABLES
#=================================================
phpversion=8.2
#=================================================
# PERSONAL HELPERS
#=================================================

View file

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

View file

@ -177,7 +177,7 @@ ynh_add_nginx_config
ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2
# Create a dedicated PHP-FPM config
ynh_add_fpm_config
ynh_add_fpm_config --phpversion=$phpversion
#=================================================
# SPECIFIC UPGRADE