Set the default php version to use

This commit is contained in:
maniack
2020-02-08 12:39:48 +01:00
parent 15bf6f665e
commit b3755ebdee
7 changed files with 19 additions and 8 deletions

View File

@@ -75,6 +75,8 @@ ynh_app_setting_set --app=$app --key=admin --value=$admin
ynh_app_setting_set --app=$app --key=is_public --value=$is_public
ynh_app_setting_set --app=$app --key=language --value=$language
ynh_app_setting_set --app=$app --key=phpversion --value=$YNH_DEFAULT_PHP_VERSION
#=================================================
# STANDARD MODIFICATIONS
#=================================================
@@ -153,7 +155,7 @@ ynh_script_progression --message="Configuring nginx web server..." --time --weig
### `ynh_add_nginx_config` will use the file conf/nginx.conf
# Create a dedicated nginx config
ynh_add_nginx_config
ynh_add_nginx_config php_version
#=================================================
# CREATE DEDICATED USER