diff options
Diffstat (limited to 'fbbrowser/testApp.sh')
| -rwxr-xr-x | fbbrowser/testApp.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fbbrowser/testApp.sh b/fbbrowser/testApp.sh index 9d3c2d2..0995695 100755 --- a/fbbrowser/testApp.sh +++ b/fbbrowser/testApp.sh @@ -10,7 +10,8 @@ fi sleep 1 # Start the fbbrowser app. # This requires the fbgui git repository to be in the user's home directory. -~/fbgui/fbbrowser/fbgui -qws $1 +export PATH=~/fbgui/fbbrowser/:$PATH +fbgui -qws $1 # Check if fbbrowser is not running, if so kill the qvfb. if [ $(ps aux | grep -v grep | grep -c fbgui) -eq 1 ] then |
