summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-05 23:07:17 +0100
committerJonathan Bauer2011-03-05 23:07:17 +0100
commitb8a27aee192e3ad06eeb8fd3dcf1e525a88bc115 (patch)
treefd8fdfc478b7a672b0398eabff0e579258acd099 /src/testApp.sh
parentmore random things... (diff)
downloadfbgui-b8a27aee192e3ad06eeb8fd3dcf1e525a88bc115.tar.gz
fbgui-b8a27aee192e3ad06eeb8fd3dcf1e525a88bc115.tar.xz
fbgui-b8a27aee192e3ad06eeb8fd3dcf1e525a88bc115.zip
url short option fixed
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 3949361..18010e0 100755
--- a/src/testApp.sh
+++ b/src/testApp.sh
@@ -18,7 +18,7 @@ display_id=$(grep -n $(whoami) /etc/passwd| head -n 1|awk -F : '{print $1}')
# Wait for it to load (needed?) Probably not ;o
sleep 1
# Start fbgui.
-$working_path/fbgui -display QVFb:$display_id --url=$url
+$working_path/fbgui -display QVFb:$display_id -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