summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfbbrowser/testApp.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/fbbrowser/testApp.sh b/fbbrowser/testApp.sh
index 0c50180..57f37b7 100755
--- a/fbbrowser/testApp.sh
+++ b/fbbrowser/testApp.sh
@@ -4,6 +4,7 @@
# Wait for it to load (needed?)
sleep 1
# Start the fbbrowser app.
+# This requires the fbgui git repository to be in the user's home directory.
~/fbgui/fbbrowser/fbbrowser -qws
# Check if fbbrowser is not running, if so kill the qvfb.
if ps aux | grep -v grep | grep fbbrowser > /dev/null