Author: toad Date: 2008-09-11 20:32:21 +0000 (Thu, 11 Sep 2008) New Revision: 22613
Modified: trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh Log: Slightly better explanation. 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 20:29:17 UTC (rev 22612) +++ trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh 2008-09-11 20:32:21 UTC (rev 22613) @@ -69,5 +69,5 @@ echo "fcp.enabled=true" >> freenet.ini echo "fcp.port=$FCP_PORT" >> freenet.ini -# Swallow output to avoid major problems if the installer exits before the script does. +# Swallow output to avoid major problems if the installer exits before the script does (it should, but doesn't usually if you enable desktop icons). sh ./bin/browse.sh "http://127.0.0.1:$FPROXY_PORT/wizard/" > /dev/null &
