Skip to content

Commit

Permalink
Fix issue #46: tunnel.sh crashes on ps program check
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Laupretre committed Oct 28, 2024
1 parent 910555c commit 766d0c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tunnel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ret=0

ps_is_busybox()
{
test -h /bin/ps || return 1
[ "$(readlink /bin/ps)" = "/bin/busybox" ]
}
#---
Expand Down

0 comments on commit 766d0c7

Please sign in to comment.