mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-16 14:51:32 +00:00
lxc.functions.in: add missing backquote
Reported by both Dwight and S.Çağlar - thanks. Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
385e7a431a
commit
b338c81b9f
@ -25,6 +25,6 @@ bindir=@BINDIR@
|
|||||||
templatedir=@LXCTEMPLATEDIR@
|
templatedir=@LXCTEMPLATEDIR@
|
||||||
lxcinitdir=@LXCINITDIR@
|
lxcinitdir=@LXCINITDIR@
|
||||||
|
|
||||||
lxc_path=`lxc-config lxcpath
|
lxc_path=`lxc-config lxcpath`
|
||||||
lxc_vg=`lxc-config lvm_vg`
|
lxc_vg=`lxc-config lvm_vg`
|
||||||
lxc_zfsroot=`lxc-config zfsroot`
|
lxc_zfsroot=`lxc-config zfsroot`
|
||||||
|
Loading…
Reference in New Issue
Block a user