Author: nextgens Date: 2007-11-27 19:50:31 +0000 (Tue, 27 Nov 2007) New Revision: 15993
Modified: trunk/apps/new_installer/res/windows/bin/install_updater.cmd Log: new_installer: fix a bug preventing the auto-updater from beeing enabled; doh Modified: trunk/apps/new_installer/res/windows/bin/install_updater.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_updater.cmd 2007-11-27 19:25:35 UTC (rev 15992) +++ trunk/apps/new_installer/res/windows/bin/install_updater.cmd 2007-11-27 19:50:31 UTC (rev 15993) @@ -7,9 +7,9 @@ @if exist offline goto end @java -jar bin\sha1test.jar update/update.cmd . > NUL :end - at echo node.updater.enabled=true >> freenet.ini + at echo node.updater.enabled=true>> freenet.ini @if not exist update goto noautoupdate - at echo node.updater.autoupdate=true >> freenet.ini + at echo node.updater.autoupdate=true>> freenet.ini @del /F update > NUL :noautoupdate
