diff --git a/scripts/config b/scripts/config index 27a86d4..83843a3 100644 --- a/scripts/config +++ b/scripts/config @@ -94,7 +94,7 @@ set__system_addressbook_exposed() { set__enable_notify_push() { -if [ "$enable_notify_push" -eq "0" ]; then + if [ "$enable_notify_push" -eq "0" ]; then nginx_extra_conf_dir="/etc/nginx/conf.d/$domain.d/$app.d" ynh_secure_remove --file="$nginx_extra_conf_dir/notify_push.conf" ynh_systemd_action --service_name="nginx" --action=reload