[fix] Rename metronome template conf files

This commit is contained in:
Jérôme Lebleu 2016-04-16 15:20:05 +02:00
parent 41f9b2c76c
commit cdd36570f8
3 changed files with 1 additions and 1 deletions

View file

@ -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