From 7674618ce4132f2bc1f3818a181475e58e890bfe Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Thu, 21 Jan 2010 14:45:00 +0100 Subject: [PATCH] add extra line in the busybox script A mindless change. Signed-off-by: Daniel Lezcano --- scripts/lxc-busybox.in | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lxc-busybox.in b/scripts/lxc-busybox.in index d7cab6552..e30ce5483 100644 --- a/scripts/lxc-busybox.in +++ b/scripts/lxc-busybox.in @@ -187,6 +187,7 @@ configure_busybox() who whoami xargs yes zcat zcip" type busybox >/dev/null + if [ $? -ne 0 ]; then echo "busybox executable is not accessible" return 1