- Fix for #720, fix unbound-control-setup windows batch file.

git-svn-id: file:///svn/unbound/trunk@3550 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2015-11-25 07:22:05 +00:00
parent 84cf2c8afd
commit 2c36a9a8bf
2 changed files with 5 additions and 2 deletions

View file

@ -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.

View file

@ -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
)