mirror of
https://github.com/YunoHost-Apps/fab-manager_ynh.git
synced 2024-09-03 18:36:16 +02:00
Cleanup linter issues
This commit is contained in:
parent
9e5fc981e5
commit
2ee5c2d42b
5 changed files with 7 additions and 7 deletions
|
@ -22,8 +22,8 @@ location ^~ /packs/ {
|
||||||
|
|
||||||
location @puma {
|
location @puma {
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_pass http://localhost:__PORT__;
|
proxy_pass http://localhost:__PORT__;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ id = "fab-manager"
|
||||||
name = "Fab-manager"
|
name = "Fab-manager"
|
||||||
description.en = "Fab Lab management solution."
|
description.en = "Fab Lab management solution."
|
||||||
|
|
||||||
version = "5.6.5~ynh1"
|
version = "5.6.5~ynh2"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ source /usr/share/yunohost/helpers
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Stopping a systemd service..." --weight=1
|
ynh_script_progression --message="Stopping a systemd service..." --weight=1
|
||||||
|
|
||||||
ynh_systemd_action --service_name="${app}-app" --action="stop" --log_path=systemd --line_match="Stopped"
|
ynh_systemd_action --service_name="${app}-app" --action="stop" --log_path=systemd
|
||||||
ynh_systemd_action --service_name="${app}-worker" --action="stop" --log_path=systemd --line_match="Stopped"
|
ynh_systemd_action --service_name="${app}-worker" --action="stop" --log_path=systemd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# MODIFY URL IN NGINX CONF
|
# MODIFY URL IN NGINX CONF
|
||||||
|
|
|
@ -14,8 +14,8 @@ source /usr/share/yunohost/helpers
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Stopping $app's systemd service..." --weight=1
|
ynh_script_progression --message="Stopping $app's systemd service..." --weight=1
|
||||||
|
|
||||||
ynh_systemd_action --service_name="${app}-app" --action="stop" --log_path=systemd --line_match="Stopped"
|
ynh_systemd_action --service_name="${app}-app" --action="stop" --log_path=systemd
|
||||||
ynh_systemd_action --service_name="${app}-worker" --action="stop" --log_path=systemd --line_match="Stopped"
|
ynh_systemd_action --service_name="${app}-worker" --action="stop" --log_path=systemd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# ENSURE DOWNWARD COMPATIBILITY
|
# ENSURE DOWNWARD COMPATIBILITY
|
||||||
|
|
Loading…
Add table
Reference in a new issue