[freenet-cvs] r19901 - trunk/apps/new_installer/res/unix/bin

2008-05-12 Thread [email protected]
Author: nextgens
Date: 2008-05-12 05:21:50 + (Mon, 12 May 2008)
New Revision: 19901

Modified:
   trunk/apps/new_installer/res/unix/bin/1run.sh
Log:
new_installer: better fix

Modified: trunk/apps/new_installer/res/unix/bin/1run.sh
===
--- trunk/apps/new_installer/res/unix/bin/1run.sh   2008-05-12 05:19:01 UTC 
(rev 19900)
+++ trunk/apps/new_installer/res/unix/bin/1run.sh   2008-05-12 05:21:50 UTC 
(rev 19901)
@@ -8,7 +8,7 @@

 # Starting the node up
 echo "Starting Freenet 0.7..."
-sh ./run.sh start 2>&1 >/dev/null &
+nohup sh ./run.sh start 2>&1 >wrapper.log &

 echo "Starting up a browser"
 sh ./bin/browse.sh "file://$INSTALL_PATH/welcome.html"




[freenet-cvs] r19901 - trunk/apps/new_installer/res/unix/bin

2008-05-11 Thread nextgens
Author: nextgens
Date: 2008-05-12 05:21:50 + (Mon, 12 May 2008)
New Revision: 19901

Modified:
   trunk/apps/new_installer/res/unix/bin/1run.sh
Log:
new_installer: better fix

Modified: trunk/apps/new_installer/res/unix/bin/1run.sh
===
--- trunk/apps/new_installer/res/unix/bin/1run.sh   2008-05-12 05:19:01 UTC 
(rev 19900)
+++ trunk/apps/new_installer/res/unix/bin/1run.sh   2008-05-12 05:21:50 UTC 
(rev 19901)
@@ -8,7 +8,7 @@
 
 # Starting the node up
 echo "Starting Freenet 0.7..."
-sh ./run.sh start 2>&1 >/dev/null &
+nohup sh ./run.sh start 2>&1 >wrapper.log &
 
 echo "Starting up a browser"
 sh ./bin/browse.sh "file://$INSTALL_PATH/welcome.html"

___
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs