Commit 93718f95 by Daniel Lezcano Committed by dlezcano

fix lxc-destroy

Add missing 'localstatedir' directory definition. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 7bd44bf6
...@@ -36,6 +36,7 @@ fi ...@@ -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 -- "$@")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment