fix pillar error
This commit is contained in:
parent
150ab7bc4d
commit
ceae773f49
@ -152,7 +152,7 @@ public class JsonPillarServlet extends HttpServlet {
|
||||
for (final SelectableValue val : domainOptionValues.get()) {
|
||||
final String optName = val.getName();
|
||||
final Boolean optValue = domainOpts.get(optName);
|
||||
if ("letsencrypt".equals(domName)) {
|
||||
if ("letsencrypt".equals(optName)) {
|
||||
dnsZones.put(domName, optValue);
|
||||
}
|
||||
if (firstLoopOpts) {
|
||||
|
Loading…
Reference in New Issue
Block a user