mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-17 00:00:28 +00:00
fix lxc-destroy
Add missing 'localstatedir' directory definition. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
7bd44bf6f6
commit
93718f95af
@ -36,6 +36,7 @@ fi
|
|||||||
|
|
||||||
shortoptions='n:'
|
shortoptions='n:'
|
||||||
longoptions='name:'
|
longoptions='name:'
|
||||||
|
localstatedir=@LOCALSTATEDIR@
|
||||||
lxc_path=@LXCPATH@
|
lxc_path=@LXCPATH@
|
||||||
|
|
||||||
getopt=$(getopt -o $shortoptions --longoptions $longoptions -- "$@")
|
getopt=$(getopt -o $shortoptions --longoptions $longoptions -- "$@")
|
||||||
|
Loading…
Reference in New Issue
Block a user