1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00
This commit is contained in:
yalh76 2019-08-25 18:40:23 +02:00
parent 724efe18f4
commit 867c9bea38

View file

@ -7,7 +7,7 @@ pending_conf=$4 # Path of the pending conf file
do_pre_regen() {
# Add specific domain metronome conf
metronome_conf_dir="/home/yunohost.conf/pending/metronome/etc/metronome/conf.d"
cp -f "/usr/share/yunohost/templates/jitsi/." "$metronome_conf_dir/"
cp -af "/usr/share/yunohost/templates/jitsi/." "$metronome_conf_dir/"
}
do_post_regen() {