mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Remove unused setting set
This commit is contained in:
parent
e7b199e573
commit
d51c90ffb9
1 changed files with 0 additions and 4 deletions
|
@ -161,10 +161,6 @@ ynh_app_config_apply() {
|
|||
ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint
|
||||
fi
|
||||
|
||||
if [ ! $custom_error_file ]
|
||||
then
|
||||
ynh_app_setting_set --app=$app --key=custom_error_file --value="$custom_error_file"
|
||||
fi
|
||||
}
|
||||
|
||||
ynh_app_config_run $1
|
||||
|
|
Loading…
Add table
Reference in a new issue