Author: nextgens
Date: 2007-12-14 14:14:22 +0000 (Fri, 14 Dec 2007)
New Revision: 16529
Modified:
trunk/apps/new_installer/res/unix/bin/install_opennet.sh
trunk/apps/new_installer/res/windows/bin/install_opennet.cmd
Log:
new_installer: doh
Modified: trunk/apps/new_installer/res/unix/bin/install_opennet.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/install_opennet.sh 2007-12-14
14:11:05 UTC (rev 16528)
+++ trunk/apps/new_installer/res/unix/bin/install_opennet.sh 2007-12-14
14:14:22 UTC (rev 16529)
@@ -7,6 +7,9 @@
if test -e opennet.install
then
rm -f opennet.install
- echo "Downloading the Opennet seednode file"
- java -jar bin/sha1test.jar opennet/seednodes.fref . >/dev/null 2>&1 ||
exit 1
+ if test ! -e offline
+ then
+ echo "Downloading the Opennet seednode file"
+ java -jar bin/sha1test.jar opennet/seednodes.fref . >/dev/null
2>&1 || exit 1
+ fi
fi
Modified: trunk/apps/new_installer/res/windows/bin/install_opennet.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/install_opennet.cmd
2007-12-14 14:11:05 UTC (rev 16528)
+++ trunk/apps/new_installer/res/windows/bin/install_opennet.cmd
2007-12-14 14:14:22 UTC (rev 16529)
@@ -6,6 +6,7 @@
@if not exist opennet.install goto end
@del /F opennet.install > NUL
+ at if exist offline goto end
@echo Downloading the Opennet seednode file
@java -jar bin\sha1test.jar opennet/seednodes.fref . > NUL
:end