Fix missing quote in IPADDRESSES assignment in apticron config
This commit is contained in:
parent
6c0c1f4a16
commit
5fd6c96c42
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ IPADDRESSNUM="<%= v %>"
|
|||
#
|
||||
# IPADDRESSES="192.0.2.1 2001:db8:1:2:3::1"
|
||||
<% unless (v=scope.lookupvar('apt::apticron::ipaddresses')).to_s == "false" -%>
|
||||
IPADDRESSES=<%= v %>"
|
||||
IPADDRESSES="<%= v %>"
|
||||
<% end -%>
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue