From: Wouter Wijngaards Date: Wed, 25 Nov 2015 07:22:05 +0000 (+0000) Subject: - Fix for #720, fix unbound-control-setup windows batch file. X-Git-Tag: release-1.5.7rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c36a9a8bf77e335fe5a8cb148347510e880a30c;p=thirdparty%2Funbound.git - Fix for #720, fix unbound-control-setup windows batch file. git-svn-id: file:///svn/unbound/trunk@3550 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index a2e0047e6..7336ae9b4 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +25 November 2015: Wouter + - Fix for #720, fix unbound-control-setup windows batch file. + 24 November 2015: Wouter - Fix #720: add windows scripts to zip bundle. - iana portlist update. diff --git a/winrc/unbound-control-setup.cmd b/winrc/unbound-control-setup.cmd index 1dd81dd7c..ddf4a06e0 100644 --- a/winrc/unbound-control-setup.cmd +++ b/winrc/unbound-control-setup.cmd @@ -72,10 +72,10 @@ if /I "%arg%"=="-d" set DESTDIR=%2 rem go!: echo setup in directory %DESTDIR% -cd %$DESTDIR% +cd %DESTDIR% rem create certificate keys; do not recreate if they already exist. -if exist $SVR_BASE.key ( +if exist %SVR_BASE%.key ( echo %SVR_BASE%.key exists goto next )