From 4f02b011b28f6f1934618d09cb6237e8f06494cb Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 17 Jun 2022 16:28:35 +0200 Subject: [PATCH] Removing yunohost diagnosis --- scripts/install | 5 ----- scripts/remove | 5 ----- scripts/restore | 5 ----- scripts/upgrade | 5 ----- 4 files changed, 20 deletions(-) diff --git a/scripts/install b/scripts/install index 4de0362..061288f 100755 --- a/scripts/install +++ b/scripts/install @@ -33,11 +33,6 @@ ynh_script_progression --message="Disabling Metronome..." ynh_systemd_action --service_name="metronome" --action="stop" systemctl disable metronome.service --quiet -ynh_exec_warn_less yunohost diagnosis run --force -ynh_exec_warn_less yunohost diagnosis ignore --filter ports port=5222 -ynh_exec_warn_less yunohost diagnosis ignore --filter ports port=5269 -ynh_exec_warn_less yunohost diagnosis ignore --filter services service=metronome - #================================================= # STORE SETTINGS FROM MANIFEST #================================================= diff --git a/scripts/remove b/scripts/remove index 6677116..7e6f0f8 100755 --- a/scripts/remove +++ b/scripts/remove @@ -104,11 +104,6 @@ ynh_script_progression --message="Enabling Metronome..." systemctl enable metronome.service --quiet ynh_systemd_action --service_name="metronome" --action="start" -ynh_exec_warn_less yunohost diagnosis unignore --filter ports port=5222 -ynh_exec_warn_less yunohost diagnosis unignore --filter ports port=5269 -ynh_exec_warn_less yunohost diagnosis unignore --filter services service=metronome -ynh_exec_warn_less yunohost diagnosis run --force - #================================================= # END OF SCRIPT #================================================= diff --git a/scripts/restore b/scripts/restore index 859b8a4..a84ac73 100755 --- a/scripts/restore +++ b/scripts/restore @@ -38,11 +38,6 @@ ynh_script_progression --message="Disabling Metronome..." ynh_systemd_action --service_name="metronome" --action="stop" systemctl disable metronome.service --quiet -ynh_exec_warn_less yunohost diagnosis run --force -ynh_exec_warn_less yunohost diagnosis ignore --filter ports port=5222 -ynh_exec_warn_less yunohost diagnosis ignore --filter ports port=5269 -ynh_exec_warn_less yunohost diagnosis ignore --filter services service=metronome - #================================================= # STANDARD RESTORATION STEPS #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 6153014..42a7d57 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -49,11 +49,6 @@ ynh_script_progression --message="Disabling Metronome..." ynh_systemd_action --service_name="metronome" --action="stop" systemctl disable metronome.service --quiet -ynh_exec_warn_less yunohost diagnosis run --force -ynh_exec_warn_less yunohost diagnosis ignore --filter ports port=5222 -ynh_exec_warn_less yunohost diagnosis ignore --filter ports port=5269 -ynh_exec_warn_less yunohost diagnosis ignore --filter services service=metronome - #================================================= # STANDARD UPGRADE STEPS #=================================================