mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 03:21:21 +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:'
|
||||
longoptions='name:'
|
||||
localstatedir=@LOCALSTATEDIR@
|
||||
lxc_path=@LXCPATH@
|
||||
|
||||
getopt=$(getopt -o $shortoptions --longoptions $longoptions -- "$@")
|
||||
|
Loading…
Reference in New Issue
Block a user