From 069feeca1d65e02f0661576d55d465ae72002870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 17 Nov 2020 23:57:09 +0100 Subject: [PATCH] Fix package linter --- check_process | 12 ------------ scripts/restore | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/check_process b/check_process index d7529e5..12cf698 100644 --- a/check_process +++ b/check_process @@ -18,18 +18,6 @@ multi_instance=1 port_already_use=0 change_url=0 -;;; Levels - Level 1=auto - Level 2=auto - Level 3=auto - # impossible with Firefox Sync (it uses Firefox Accounts) - Level 4=na - Level 5=auto - Level 6=auto - Level 7=auto - Level 8=0 - Level 9=0 - Level 10=0 ;;; Options Email=jean-baptiste@holcroft.fr Notification=fail diff --git a/scripts/restore b/scripts/restore index f481d56..3e5612e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -86,7 +86,7 @@ yunohost service add "uwsgi-app@$app" --log "/var/log/uwsgi/app/$app" ynh_script_progression --message="Reloading services..." --weight=3 ynh_check_global_uwsgi_config -systemctl enable "uwsgi-app@$app" +systemctl enable "uwsgi-app@$app" --quiet #================================================= # GENERIC FINALIZATION