Author: nextgens
Date: 2006-08-07 13:56:00 +0000 (Mon, 07 Aug 2006)
New Revision: 9947

Modified:
   trunk/apps/new_installer/res/unix/run.sh
Log:
address #626: if we can't find the wrapper, start the node anyway

Modified: trunk/apps/new_installer/res/unix/run.sh
===================================================================
--- trunk/apps/new_installer/res/unix/run.sh    2006-08-07 13:51:16 UTC (rev 
9946)
+++ trunk/apps/new_installer/res/unix/run.sh    2006-08-07 13:56:00 UTC (rev 
9947)
@@ -234,6 +234,8 @@
                         echo "  $WRAPPER_CMD-$DIST_OS-$DIST_ARCH-64"
                         echo "  $WRAPPER_CMD-$DIST_OS-universal-64"
                         echo "  $WRAPPER_CMD"
+                       echo -e "\n Let's start the node without the wrapper, 
you'll have to daemonize it yourself."
+                       java -cp freenet-ext.jar:freenet-stable-latest.jar 
freenet.node.NodeStarter
                         exit 1
                     fi
                 fi
@@ -251,6 +253,8 @@
                 echo "  $WRAPPER_CMD-$DIST_OS-$DIST_ARCH-32"
                 echo "  $WRAPPER_CMD-$DIST_OS-$DIST_ARCH-64"
                 echo "  $WRAPPER_CMD"
+               echo -e "\n Let's start the node without the wrapper, you'll 
have to daemonize it yourself."
+               java -cp freenet-ext.jar:freenet-stable-latest.jar 
freenet.node.NodeStarter
                 exit 1
             fi
         fi


Reply via email to