mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 14:30:32 +00:00
Fix syntax error in lxc-download
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
3f7be9d079
commit
cc58d0e234
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user