Commit 7674618c by Daniel Lezcano

add extra line in the busybox script

A mindless change. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 267d974e
......@@ -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
......
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