Author: nextgens
Date: 2008-03-28 12:33:43 +0000 (Fri, 28 Mar 2008)
New Revision: 18803
Modified:
trunk/apps/new_installer/res/unix/bin/browse.sh
Log:
new_installer: doh
Modified: trunk/apps/new_installer/res/unix/bin/browse.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/browse.sh 2008-03-28 04:17:24 UTC
(rev 18802)
+++ trunk/apps/new_installer/res/unix/bin/browse.sh 2008-03-28 12:33:43 UTC
(rev 18803)
@@ -17,7 +17,7 @@
if test -e firefox.location
then
- `cat firefox.location` -no-remote "about:blank"
+ `cat firefox.location` -no-remote "about:blank" &
browseURL "$URL"
else
echo Detecting the location of Firefox
@@ -28,7 +28,7 @@
then
echo $TRY > firefox.location
echo Firefox found, creating a profile for freenet
- $TRY -no-remote "about:blank"
+ $TRY -no-remote "about:blank" &
$TRY -no-remote -CreateProfile "freenet
$PWD/firefox_profile" >/dev/null
browseURL "$URL"
exit