1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

fix config

This commit is contained in:
Kay0u 2020-12-16 13:56:15 +01:00
parent dc3590aa78
commit f1a848900f
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -15,6 +15,8 @@ source /usr/share/yunohost/helpers
app=$YNH_APP_INSTANCE_NAME
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================
# LOAD VALUES
#=================================================
@ -77,7 +79,7 @@ apply_config() {
if [ "$fpm_footprint" != "0" ]
then
ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint
ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint --package="$extra_php_dependencies"
else
ynh_print_err --message="When selecting 'specific', you have to set a footprint value into the field below."
fi