fix lxc-destroy

Add missing 'localstatedir' directory definition.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Lezcano 2011-11-10 09:41:46 +01:00 committed by dlezcano
parent 7bd44bf6f6
commit 93718f95af

View File

@ -36,6 +36,7 @@ fi
shortoptions='n:'
longoptions='name:'
localstatedir=@LOCALSTATEDIR@
lxc_path=@LXCPATH@
getopt=$(getopt -o $shortoptions --longoptions $longoptions -- "$@")