mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Rename metronome template conf files
This commit is contained in:
parent
41f9b2c76c
commit
cdd36570f8
3 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ do_pre_regen() {
|
|||
|
||||
# add domain conf files
|
||||
for domain in $domain_list; do
|
||||
cat domain.cfg.lua.sed \
|
||||
cat domain.tpl.cfg.lua \
|
||||
| sed "s/{{ domain }}/${domain}/g" \
|
||||
> "${metronome_conf_dir}/${domain}.cfg.lua"
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue