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:
parent
867c9bea38
commit
d91a3ccae1
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue