diff options
Diffstat (limited to 'src/testApp.sh')
| -rwxr-xr-x | src/testApp.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testApp.sh b/src/testApp.sh index 5b8768f..a34c653 100755 --- a/src/testApp.sh +++ b/src/testApp.sh @@ -10,8 +10,7 @@ fi sleep 1 # Start the fbbrowser app. # This requires the fbgui git repository to be in the user's home directory. -export PATH=~/fbgui/src:$PATH -fbgui -qws $1 +~/fbgui/src/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 |
