2
0
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:
legoater 2008-11-19 11:08:06 +00:00
parent 6c79a11ba0
commit ea3d71b1fc
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
lxcpath=@prefix@/var/lxc
lxcpath=@localstatedir@/lxc
if [ ! -r $lxcpath ]; then
exit 0

View File

@ -1,6 +1,6 @@
#!/bin/bash
# set -ex
lxcpath=@prefix@/var/lxc
lxcpath=@localstatedir@/lxc
if [ ! -r $lxcpath ]; then
exit 0