summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-08 13:17:12 +0100
committerJonathan Bauer2011-03-08 13:17:12 +0100
commit137022b7f0e2f38f3f517fd34954b3518114c920 (patch)
treeeb7717e8b42f0c2ac618be6eb51fdb7320227639 /src/testApp.sh
parentfirst fixes (diff)
downloadfbgui-137022b7f0e2f38f3f517fd34954b3518114c920.tar.gz
fbgui-137022b7f0e2f38f3f517fd34954b3518114c920.tar.xz
fbgui-137022b7f0e2f38f3f517fd34954b3518114c920.zip
first downloadDir fix
Diffstat (limited to 'src/testApp.sh')
-rwxr-xr-xsrc/testApp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testApp.sh b/src/testApp.sh
index 7ff12a4..c9fd5b7 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 -d ./downdir
# Check if fbbrowser is not running, if so kill the qvfb.
if [ $(ps aux | grep -v grep | grep -c fbgui) -eq 1 ]
then