mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-16 04:04:48 +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:
parent
267d974e59
commit
7674618ce4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user