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:
parent
aba12ab5b5
commit
e1ca3f8222
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue