Author: nextgens Date: 2007-11-27 19:08:41 +0000 (Tue, 27 Nov 2007) New Revision: 15987
Modified: trunk/apps/new_installer/res/unix/bin/1run.sh trunk/apps/new_installer/res/unix/bin/cleanup.sh trunk/apps/new_installer/res/windows/bin/cleanup.cmd trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd Log: doh Modified: trunk/apps/new_installer/res/unix/bin/1run.sh =================================================================== --- trunk/apps/new_installer/res/unix/bin/1run.sh 2007-11-27 19:03:23 UTC (rev 15986) +++ trunk/apps/new_installer/res/unix/bin/1run.sh 2007-11-27 19:08:41 UTC (rev 15987) @@ -4,6 +4,8 @@ cd "$INSTALL_PATH" +echo End >> freenet.ini + # Starting the node up ./run.sh start Modified: trunk/apps/new_installer/res/unix/bin/cleanup.sh =================================================================== --- trunk/apps/new_installer/res/unix/bin/cleanup.sh 2007-11-27 19:03:23 UTC (rev 15986) +++ trunk/apps/new_installer/res/unix/bin/cleanup.sh 2007-11-27 19:08:41 UTC (rev 15987) @@ -4,8 +4,6 @@ cd "$INSTALL_PATH" -echo End >> freenet.ini - # We keep application installers in case users want to perform updates rm -f 1run.sh cleanup.sh detect_port_availability.sh install_freenet-ext.sh install_freenet-stable-latest.sh install_librarian.sh install_mdns.sh install_plugins.sh install_stun.sh install_updater.sh setup.sh install_startup_hook-mac.sh offline Modified: trunk/apps/new_installer/res/windows/bin/cleanup.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/cleanup.cmd 2007-11-27 19:03:23 UTC (rev 15986) +++ trunk/apps/new_installer/res/windows/bin/cleanup.cmd 2007-11-27 19:08:41 UTC (rev 15987) @@ -3,7 +3,6 @@ @set JAVA_HOME=$JAVA_HOME @cd /D %INSTALL_PATH% - at echo End >> freenet.ini :: Keep application installers in case users want to perform updates @cd bin @del /F 1run.cmd setup.cmd detect_port_availability.cmd install_freenet-ext.cmd install_freenet-stable-latest.cmd install_plugins.cmd install_updater.cmd install_wrapper.cmd setup.cmd offline 2> NUL > NUL Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2007-11-27 19:03:23 UTC (rev 15986) +++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2007-11-27 19:08:41 UTC (rev 15987) @@ -97,6 +97,7 @@ :registerS @echo - Registering Freenet as a system service + at echo End >> freenet.ini :: It's likely that a node has already been set up; handle it @bin\wrapper-windows-x86-32.exe -r ../wrapper.conf > NUL @bin\wrapper-windows-x86-32.exe -i ../wrapper.conf
