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 )