1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

reorder RESTORE CONF_REGEN HOOK

This commit is contained in:
yalh76 2019-08-13 19:56:54 +02:00
parent aba12ab5b5
commit e1ca3f8222

View file

@ -80,12 +80,6 @@ chown -R root: $final_path
#=================================================
# SPECIFIC RESTORATION
#=================================================
# RESTORE CONF_REGEN HOOK
#=================================================
ynh_restore_file --origin_path="/usr/share/yunohost/hooks/conf_regen/50-metronome_$app"
#=================================================
# REINSTALL DEPENDENCIES
#=================================================
@ -138,6 +132,12 @@ ynh_restore_file --origin_path="/usr/lib/metronome/modules/mod_smacks.lua"
ynh_systemd_action --service_name=metronome --action=restart
#=================================================
# RESTORE CONF_REGEN HOOK
#=================================================
ynh_restore_file --origin_path="/usr/share/yunohost/hooks/conf_regen/50-metronome_$app"
#=================================================
# RESTORE SYSTEMD
#=================================================