Changed the calls to "ps" and "grep" to use a more portable syntax.

This commit is contained in:
Robert James Kaes 2003-06-25 18:18:19 +00:00
parent 66fc80e922
commit d2f5f5c564

View File

@ -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