Commit 8158e481 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: correctly uses echo when displaying special characters

parent f4acc845
......@@ -84,7 +84,7 @@ recipe = hexagonit.recipe.download
ignore-existing = true
url = ${:_profile_base_location_}/template/runner-export.sh.jinja2
download-only = true
md5sum = d89161fba1dce0de6f4ebbc7eb396ccb
md5sum = c835dff22a1e3de3dacb325acb691299
filename = runner-export.sh.jinja2
mode = 0644
......
......@@ -37,7 +37,7 @@ sync_element () {
done
fi
done
echo "$exclude_content" > $srv_directory/exporter.exclude
echo -e "$exclude_content" > $srv_directory/exporter.exclude
for element in $element_list
do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment