Changed the calls to "ps" and "grep" to use a more portable syntax.
This commit is contained in:
parent
66fc80e922
commit
d2f5f5c564
@ -7,7 +7,7 @@ date
|
||||
echo "uname: "
|
||||
uname -a
|
||||
echo "ps: "
|
||||
ps -auxw | grep '[t]inyproxy' -
|
||||
ps -ef | grep '[t]inyproxy'
|
||||
echo "ver: "
|
||||
if [ -x $TINYPROXY_BIN ]; then
|
||||
$TINYPROXY_BIN -v
|
||||
|
Loading…
Reference in New Issue
Block a user