fix
This commit is contained in:
parent
2e417d2afa
commit
8aa875338c
@ -335,7 +335,7 @@ public class DomainProcessorFactory implements EntityProcessorFactory {
|
|||||||
templateVars.put("domains", query.getResultList());
|
templateVars.put("domains", query.getResultList());
|
||||||
return new CompoundProcessor(
|
return new CompoundProcessor(
|
||||||
new CreateFileProcessor("/de/hsadmin/mods/dom/acmebot-domain.properties.vm", templateVars, dom,
|
new CreateFileProcessor("/de/hsadmin/mods/dom/acmebot-domain.properties.vm", templateVars, dom,
|
||||||
"/etc/hostsharing/acmebot/domain.properties.tmp", "acmebot", "acmebot", "640", false),
|
"/etc/hostsharing/acmebot/domain.properties.tmp", "acmebot", "acmebot", "640", true),
|
||||||
new ShellProcessor("mv /etc/hostsharing/acmebot/domain.properties.tmp /etc/hostsharing/acmebot/domain.properties"));
|
new ShellProcessor("mv /etc/hostsharing/acmebot/domain.properties.tmp /etc/hostsharing/acmebot/domain.properties"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user