Enclose VFS_LIST in double quotes
* It is necessary to enclose it in double quotes. If not, the environment variable will be empty when sourced. Change-Id: Ic4e50dec04eee3b4cdb9d790da4af37f39c07b31 Closes-Bug: 1832378
This commit is contained in:
parent
a1639fe51f
commit
1bd97059bd
@ -22,5 +22,5 @@ VFS_BLANKET=auto
|
||||
#
|
||||
#VFS_LIST=ens3p0:16 ens4p0:16
|
||||
{% if sriov_vfs_list -%}
|
||||
VFS_LIST={{ sriov_vfs_list }}
|
||||
VFS_LIST="{{ sriov_vfs_list }}"
|
||||
{% endif -%}
|
||||
|
Loading…
Reference in New Issue
Block a user