mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-30 05:50:53 +03: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=:
|
IFS=:
|
||||||
for path in $PATH; do
|
for path in $PATH; do
|
||||||
F=$path/$1
|
F=$path/$1
|
||||||
echo F=$F
|
|
||||||
P="$(readlink $F)"
|
P="$(readlink $F)"
|
||||||
if [ -z "$P" ] && [ -x $F ] && [ ! -L $F ]; then return 1; fi
|
if [ -z "$P" ] && [ -x $F ] && [ ! -L $F ]; then return 1; fi
|
||||||
[ "${P%busybox*}" != "$P" ] && return
|
[ "${P%busybox*}" != "$P" ] && return
|
||||||
|
Loading…
Reference in New Issue
Block a user