Commit ea3d71b1 by legoater

changed /var location

From: Cedric Le Goater <clg@fr.ibm.com> changed /var location Signed-off-by: 's avatarCedric Le Goater <clg@fr.ibm.com>
parent 6c79a11b
#!/bin/bash
lxcpath=@prefix@/var/lxc
lxcpath=@localstatedir@/lxc
if [ ! -r $lxcpath ]; then
exit 0
......
#!/bin/bash
# set -ex
lxcpath=@prefix@/var/lxc
lxcpath=@localstatedir@/lxc
if [ ! -r $lxcpath ]; then
exit 0
......
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