From: Daniel Lezcano Date: Thu, 21 Jan 2010 13:45:00 +0000 (+0100) Subject: add extra line in the busybox script X-Git-Tag: lxc-0.6.5~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7674618ce4132f2bc1f3818a181475e58e890bfe;p=thirdparty%2Flxc.git add extra line in the busybox script A mindless change. Signed-off-by: Daniel Lezcano --- 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