Author: toad Date: 2008-09-11 20:29:17 +0000 (Thu, 11 Sep 2008) New Revision: 22612
Modified: trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh Log: Fix the Ubuntu Bug. Modified: trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh =================================================================== --- trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh 2008-09-11 16:56:28 UTC (rev 22611) +++ trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh 2008-09-11 20:29:17 UTC (rev 22612) @@ -69,4 +69,5 @@ echo "fcp.enabled=true" >> freenet.ini echo "fcp.port=$FCP_PORT" >> freenet.ini -sh ./bin/browse.sh "http://127.0.0.1:$FPROXY_PORT/wizard/" & +# Swallow output to avoid major problems if the installer exits before the script does. +sh ./bin/browse.sh "http://127.0.0.1:$FPROXY_PORT/wizard/" > /dev/null &
