mirror of
git://github.com/lxc/lxc
synced 2025-09-02 10:19:32 +00:00
add extra line in the busybox script
A mindless change. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
@@ -187,6 +187,7 @@ configure_busybox()
|
|||||||
who whoami xargs yes zcat zcip"
|
who whoami xargs yes zcat zcip"
|
||||||
|
|
||||||
type busybox >/dev/null
|
type busybox >/dev/null
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "busybox executable is not accessible"
|
echo "busybox executable is not accessible"
|
||||||
return 1
|
return 1
|
||||||
|
Reference in New Issue
Block a user