Browse Source

init.d: busybox check remove debug print

pull/80/head
bol-van 3 years ago
parent
commit
077849094e
  1. 1
      init.d/sysv/functions

1
init.d/sysv/functions

@ -409,7 +409,6 @@ is_linked_to_busybox()
IFS=:
for path in $PATH; do
F=$path/$1
echo F=$F
P="$(readlink $F)"
if [ -z "$P" ] && [ -x $F ] && [ ! -L $F ]; then return 1; fi
[ "${P%busybox*}" != "$P" ] && return

Loading…
Cancel
Save