From 077849094e0ef924c5ac773b77a0b080fdcfca28 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 30 Oct 2021 13:25:39 +0300 Subject: [PATCH] init.d: busybox check remove debug print --- init.d/sysv/functions | 1 - 1 file changed, 1 deletion(-) diff --git a/init.d/sysv/functions b/init.d/sysv/functions index 349853b..0682fe1 100644 --- a/init.d/sysv/functions +++ b/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