mk-httpd-conf entfaellt

This commit is contained in:
Peter Hormanns 2011-07-15 15:30:26 +00:00
parent c8e6c68aed
commit 3146e8d399

View File

@ -154,7 +154,7 @@ public class DomainProcessorFactory implements EntityProcessorFactory {
);
domDirsProcessor.appendProcessor(
new ShellProcessor("ln -s " + domainDir + " /home/doms/ && " +
"chown --no-dereference " + userName + ":" + pacName + " /home/doms/" + domName
"chown --no-dereference " + userName + ":httpd /home/doms/" + domName
+ " && " + "chown " + userName + ":httpd /home/doms/" + domName + "/")
);
mainProcessor.appendProcessor(hiveName, domDirsProcessor, "Setup doms/" + domName + "-Directory");