From da825833566bf767f2a0b7a49acd1efeef4f5170 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 18 Jan 2011 15:43:25 +0100 Subject: network include... --- fbbrowser/testApp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fbbrowser/testApp.sh') diff --git a/fbbrowser/testApp.sh b/fbbrowser/testApp.sh index 57f37b7..978fc42 100755 --- a/fbbrowser/testApp.sh +++ b/fbbrowser/testApp.sh @@ -7,7 +7,7 @@ sleep 1 # This requires the fbgui git repository to be in the user's home directory. ~/fbgui/fbbrowser/fbbrowser -qws # Check if fbbrowser is not running, if so kill the qvfb. -if ps aux | grep -v grep | grep fbbrowser > /dev/null +if [ $(ps aux | grep -v grep | grep -c fbbrowser) -eq 1 ] then echo "fbbrowser is still running ..." else -- cgit v1.2.3-55-g7522