mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 12:28:27 +00:00
fedora: Add missing double-quotes.
Reported-by: tlc Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
840295ff4c
commit
dfa7aa3a83
@ -63,7 +63,7 @@ then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${CPE_NAME} != "" -a ${ID} = "fedora" -a ${VERSION_ID} != "" ]
|
if [ "${CPE_NAME}" != "" -a "${ID}" = "fedora" -a "${VERSION_ID}" != "" ]
|
||||||
then
|
then
|
||||||
fedora_host_ver=${VERSION_ID}
|
fedora_host_ver=${VERSION_ID}
|
||||||
is_fedora=true
|
is_fedora=true
|
||||||
|
Loading…
Reference in New Issue
Block a user