mirror of
git://github.com/lxc/lxc
synced 2025-08-29 13:59:50 +00:00
changed /var location
From: Cedric Le Goater <clg@fr.ibm.com> changed /var location Signed-off-by: Cedric Le Goater <clg@fr.ibm.com>
This commit is contained in:
parent
6c79a11ba0
commit
ea3d71b1fc
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
lxcpath=@prefix@/var/lxc
|
||||
lxcpath=@localstatedir@/lxc
|
||||
|
||||
if [ ! -r $lxcpath ]; then
|
||||
exit 0
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# set -ex
|
||||
lxcpath=@prefix@/var/lxc
|
||||
lxcpath=@localstatedir@/lxc
|
||||
|
||||
if [ ! -r $lxcpath ]; then
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user