mirror of
https://github.com/YunoHost-Apps/prosody_ynh.git
synced 2024-09-03 20:15:57 +02:00
Removing yunohost diagnosis
This commit is contained in:
parent
35bc3a8390
commit
4f02b011b2
4 changed files with 0 additions and 20 deletions
|
@ -33,11 +33,6 @@ ynh_script_progression --message="Disabling Metronome..."
|
||||||
ynh_systemd_action --service_name="metronome" --action="stop"
|
ynh_systemd_action --service_name="metronome" --action="stop"
|
||||||
systemctl disable metronome.service --quiet
|
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
|
# STORE SETTINGS FROM MANIFEST
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -104,11 +104,6 @@ ynh_script_progression --message="Enabling Metronome..."
|
||||||
systemctl enable metronome.service --quiet
|
systemctl enable metronome.service --quiet
|
||||||
ynh_systemd_action --service_name="metronome" --action="start"
|
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
|
# END OF SCRIPT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -38,11 +38,6 @@ ynh_script_progression --message="Disabling Metronome..."
|
||||||
ynh_systemd_action --service_name="metronome" --action="stop"
|
ynh_systemd_action --service_name="metronome" --action="stop"
|
||||||
systemctl disable metronome.service --quiet
|
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
|
# STANDARD RESTORATION STEPS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -49,11 +49,6 @@ ynh_script_progression --message="Disabling Metronome..."
|
||||||
ynh_systemd_action --service_name="metronome" --action="stop"
|
ynh_systemd_action --service_name="metronome" --action="stop"
|
||||||
systemctl disable metronome.service --quiet
|
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
|
# STANDARD UPGRADE STEPS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue