diff options
| -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 4041cf3..0c50180 100755 --- a/fbbrowser/testApp.sh +++ b/fbbrowser/testApp.sh @@ -4,7 +4,7 @@ # Wait for it to load (needed?) sleep 1 # Start the fbbrowser app. -/home/joe/fbgui/fbbrowser/fbbrowser -qws +~/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 then |
