Author: nextgens Date: 2008-05-12 05:17:06 +0000 (Mon, 12 May 2008) New Revision: 19899
Modified: trunk/apps/new_installer/res/unix/bin/1run.sh Log: new_installer: maybe fix 2352: Install can not complete on OpenBSD Modified: trunk/apps/new_installer/res/unix/bin/1run.sh =================================================================== --- trunk/apps/new_installer/res/unix/bin/1run.sh 2008-05-11 17:05:22 UTC (rev 19898) +++ trunk/apps/new_installer/res/unix/bin/1run.sh 2008-05-12 05:17:06 UTC (rev 19899) @@ -7,7 +7,8 @@ echo End >> freenet.ini # Starting the node up -sh ./run.sh start +echo "Starting Freenet 0.7..." +sh ./run.sh start 2>&1 >/dev/null & echo "Starting up a browser" sh ./bin/browse.sh "file://$INSTALL_PATH/welcome.html"
