mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
fixup nsi syntax.
git-svn-id: file:///svn/unbound/trunk@3773 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
af75a61f69
commit
c2c82f60f8
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ section "-hidden.postinstall"
|
||||||
# Does service.conf already exist?
|
# Does service.conf already exist?
|
||||||
IfFileExists "$INSTDIR\service.conf" 0 service_conf_not_found
|
IfFileExists "$INSTDIR\service.conf" 0 service_conf_not_found
|
||||||
# if so, leave it be and place the shipped file under another name
|
# if so, leave it be and place the shipped file under another name
|
||||||
File "service.conf" /oname="service.conf.shipped"
|
File /oname=service.conf.shipped "service.conf"
|
||||||
goto end_service_conf_not_found
|
goto end_service_conf_not_found
|
||||||
# or, it is not there, place it and fill it.
|
# or, it is not there, place it and fill it.
|
||||||
service_conf_not_found:
|
service_conf_not_found:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue