mirror of
git://github.com/lxc/lxc
synced 2025-08-30 02:02:02 +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
|
#!/bin/bash
|
||||||
|
|
||||||
lxcpath=@prefix@/var/lxc
|
lxcpath=@localstatedir@/lxc
|
||||||
|
|
||||||
if [ ! -r $lxcpath ]; then
|
if [ ! -r $lxcpath ]; then
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# set -ex
|
# set -ex
|
||||||
lxcpath=@prefix@/var/lxc
|
lxcpath=@localstatedir@/lxc
|
||||||
|
|
||||||
if [ ! -r $lxcpath ]; then
|
if [ ! -r $lxcpath ]; then
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user