summaryrefslogtreecommitdiffstats
path: root/fbbrowser/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-01-18 15:43:25 +0100
committerJonathan Bauer2011-01-18 15:43:25 +0100
commitda825833566bf767f2a0b7a49acd1efeef4f5170 (patch)
treeebbb99d7e8ae1bf189827a92c1fa44f9b5de8552 /fbbrowser/testApp.sh
parentjust a test commit ........ (diff)
downloadfbgui-da825833566bf767f2a0b7a49acd1efeef4f5170.tar.gz
fbgui-da825833566bf767f2a0b7a49acd1efeef4f5170.tar.xz
fbgui-da825833566bf767f2a0b7a49acd1efeef4f5170.zip
network include...
Diffstat (limited to 'fbbrowser/testApp.sh')
-rwxr-xr-xfbbrowser/testApp.sh2
1 files changed, 1 insertions, 1 deletions
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