diff options
| author | Jonathan Bauer | 2011-01-18 15:43:25 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-01-18 15:43:25 +0100 |
| commit | da825833566bf767f2a0b7a49acd1efeef4f5170 (patch) | |
| tree | ebbb99d7e8ae1bf189827a92c1fa44f9b5de8552 /fbbrowser/testApp.sh | |
| parent | just a test commit ........ (diff) | |
| download | fbgui-da825833566bf767f2a0b7a49acd1efeef4f5170.tar.gz fbgui-da825833566bf767f2a0b7a49acd1efeef4f5170.tar.xz fbgui-da825833566bf767f2a0b7a49acd1efeef4f5170.zip | |
network include...
Diffstat (limited to 'fbbrowser/testApp.sh')
| -rwxr-xr-x | fbbrowser/testApp.sh | 2 |
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 |
