Fix syntax error in lxc-download

parent 3f7be9d0
......@@ -581,7 +581,6 @@ if [ -e "$(relevant_file templates)" ]; then
fi
# Replace variables in all templates
for file in $TEMPLATE_FILES; do
OLD_IFS=${IFS}
IFS=";"
for file in ${TEMPLATE_FILES}; 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