diff options
Diffstat (limited to 'src/lxc/lxc-destroy.in')
-rw-r--r-- | src/lxc/lxc-destroy.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lxc/lxc-destroy.in b/src/lxc/lxc-destroy.in index ddd3c3b..dda48e6 100644 --- a/src/lxc/lxc-destroy.in +++ b/src/lxc/lxc-destroy.in @@ -36,6 +36,7 @@ fi shortoptions='n:' longoptions='name:' +localstatedir=@LOCALSTATEDIR@ lxc_path=@LXCPATH@ getopt=$(getopt -o $shortoptions --longoptions $longoptions -- "$@") |