mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
[fix] ascii issue
This commit is contained in:
parent
1b948ae4ff
commit
cbbbaa9a78
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ ynh_render_template() {
|
|||
local template_path=$1
|
||||
local output_path=$2
|
||||
# Taken from https://stackoverflow.com/a/35009576
|
||||
python2.7 -c 'import os, sys, jinja2; sys.stdout.write(
|
||||
python3 -c 'import os, sys, jinja2; sys.stdout.write(
|
||||
jinja2.Template(sys.stdin.read()
|
||||
).render(os.environ));' < $template_path > $output_path
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue