From 2c36a9a8bf77e335fe5a8cb148347510e880a30c Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 25 Nov 2015 07:22:05 +0000 Subject: [PATCH] - Fix for #720, fix unbound-control-setup windows batch file. git-svn-id: file:///svn/unbound/trunk@3550 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 3 +++ winrc/unbound-control-setup.cmd | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 ) -- 2.47.2