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

reorder hook test

This commit is contained in:
yalh76 2019-08-13 07:32:01 +02:00
parent ea58e6e738
commit aba12ab5b5

View file

@ -123,12 +123,6 @@ ynh_system_user_create --username=$app --home_dir=$final_path
#================================================= #=================================================
# SPECIFIC SETUP # SPECIFIC SETUP
#=================================================
# SET UP CONF_REGEN HOOK
#=================================================
cp ../conf/metronome_regenconf_hook /usr/share/yunohost/hooks/conf_regen/50-metronome_$app
#================================================= #=================================================
# CONFIGURE METRONOME # CONFIGURE METRONOME
#================================================= #=================================================
@ -168,6 +162,12 @@ cp ../conf/mod_smacks.lua /usr/lib/metronome/modules/mod_smacks.lua
ynh_systemd_action --service_name=metronome --action=restart ynh_systemd_action --service_name=metronome --action=restart
#=================================================
# SET UP CONF_REGEN HOOK
#=================================================
cp ../conf/metronome_regenconf_hook /usr/share/yunohost/hooks/conf_regen/50-metronome_$app
#================================================= #=================================================
# BUILD JITSI-VIDEOBRIDGE # BUILD JITSI-VIDEOBRIDGE
#================================================= #=================================================