From 0f3d4931cf763d507d8df7f1fa60ad023d883a33 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 8 Mar 2011 13:54:50 +0100 Subject: binPath init fix --- src/testApp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testApp.sh') diff --git a/src/testApp.sh b/src/testApp.sh index c9fd5b7..21308c2 100755 --- a/src/testApp.sh +++ b/src/testApp.sh @@ -17,7 +17,7 @@ display_id=$(grep -n $(whoami) /etc/passwd| head -n 1|awk -F : '{print $1}') /usr/local/Trolltech/Qt-4.7.1/bin/qvfb -width 800 -height 600 -qwsdisplay :$display_id & sleep 0.1 # Start fbgui. -$working_path/fbgui -display QVFb:$display_id -D -u $url -d ./downdir +$working_path/fbgui -display QVFb:$display_id -D -u $url # Check if fbbrowser is not running, if so kill the qvfb. if [ $(ps aux | grep -v grep | grep -c fbgui) -eq 1 ] then -- cgit v1.2.3-55-g7522