mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
init.d: busybox check remove debug print
This commit is contained in:
parent
c13a7e39a2
commit
077849094e
@ -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…
Reference in New Issue
Block a user