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

using pending_conf

This commit is contained in:
yalh76 2019-09-02 23:09:51 +02:00
parent 867c9bea38
commit d91a3ccae1

View file

@ -6,8 +6,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 -af "/usr/share/yunohost/templates/jitsi/." "$metronome_conf_dir/"
cp -af "/usr/share/yunohost/templates/jitsi/." "${pending_conf}/../metronome/etc/metronome/conf.d/"
}
do_post_regen() {