mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
fix linter
This commit is contained in:
parent
2f2e780a41
commit
349231b77f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ ynh_systemd_action --service_name="$app" --action="stop" --log_path="systemd" --
|
|||
ynh_script_progression --message="Adding system configurations related to $app..." --weight=1
|
||||
|
||||
ynh_add_systemd_config
|
||||
yunohost service add "$app" --description="Monitorix"
|
||||
yunohost service add "$app" --description="Monitorix" --log=systemd
|
||||
|
||||
ynh_add_config --template "nginx_status.conf" --destination "$nginx_status_conf"
|
||||
ynh_add_nginx_config
|
||||
|
|
Loading…
Reference in a new issue