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