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

fix indent

This commit is contained in:
Kayou 2024-08-26 15:51:07 +02:00 committed by GitHub
parent dca60e7e35
commit eb7d8693aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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