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

get phpversion after ynh_add_fpm_config function

This commit is contained in:
Kay0u 2020-09-15 10:33:53 +02:00
parent 9d063f5f9b
commit ffa2775e22
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -86,7 +86,6 @@ ynh_script_progression --message="Configuring NGINX web server..."
# Create a dedicated NGINX config
ynh_add_nginx_config
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================
# CREATE DEDICATED USER
@ -103,6 +102,7 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=2
# Create a dedicated PHP-FPM config
ynh_add_fpm_config
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================
# SPECIFIC SETUP