Commit 0830689d by Panagiotis H.M. Issaris Committed by Daniel Lezcano

Forgotten @LIBEXECDIR@ replacement

Forgotten part of commit d674be08Signed-off-by: 's avatarPanagiotis H.M. Issaris <takis@issaris.org> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 4d67c130
......@@ -149,7 +149,7 @@ fi
if [ $0 == "/sbin/init" ]; then
type @LIBEXECDIR@/lxc-init
type @LXCINITDIR@/lxc-init
if [ $? -ne 0 ]; then
echo "'lxc-init is not accessible on the system"
exit 1
......@@ -161,7 +161,7 @@ if [ $0 == "/sbin/init" ]; then
exit 1
fi
exec @LIBEXECDIR@/lxc-init -- /usr/sbin/sshd
exec @LXCINITDIR@/lxc-init -- /usr/sbin/sshd
exit 1
fi
......
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