1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/domoticz_ynh.git synced 2024-09-03 18:26:17 +02:00

Correct package_linter checks

This commit is contained in:
Krakinou 2020-11-26 20:24:36 +01:00
parent 2256e8e130
commit 4866f1c9d7
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ location __PATH__/ {
proxy_set_header X-Scheme $scheme;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
more_set_headers X-Frame-Options SAMEORIGIN;
more_set_headers "X-Frame-Options: SAMEORIGIN";
proxy_pass http://localhost:__PORT__/;
proxy_set_header Host $host;
#proxy_buffering off;

View file

@ -106,7 +106,7 @@ ynh_install_app_dependencies $pkg_dependencies
ynh_script_progression --message="Restoring the systemd configuration..." --weight=3
ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
systemctl enable $app.service
systemctl enable $app.service --quiet
#=================================================
# INTEGRATE SERVICE IN YUNOHOST