1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00

Update install

This commit is contained in:
ericgaspar 2022-02-28 16:44:29 +01:00
parent 6f767bf4fc
commit 3145c84b7b
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -29,6 +29,7 @@ admin=$YNH_APP_ARG_ADMIN
password="$YNH_APP_ARG_PASSWORD"
random=$(ynh_string_random --length=24)
language=$YNH_APP_ARG_LANGUAGE
phpversion=$YNH_PHP_VERSION
app=$YNH_APP_INSTANCE_NAME
@ -111,9 +112,8 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Configuring PHP-FPM..." --weight=2
# Create a dedicated php-fpm config
# Create a dedicated PHP-FPM config
ynh_add_fpm_config
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================
# ADD A CONFIGURATION