New domain options and properties for Debian Bookworm #1
@ -243,8 +243,8 @@ public class DomainProcessorFactory implements EntityProcessorFactory {
|
||||
new CopyFileProcessor("/usr/local/src/phpstub/phpstub", domainDir + "/fastcgi-ssl/phpstub", userName, pacName, "755")
|
||||
);
|
||||
domDirsProcessor.appendProcessor(
|
||||
new ShellProcessor("chattr +i " + domainDir + " /fastcgi/phpstub && " +
|
||||
"chattr +i " + domainDir + " /fastcgi-ssl/phpstub")
|
||||
new ShellProcessor("chattr +i " + domainDir + "/fastcgi/phpstub && " +
|
||||
"chattr +i " + domainDir + "/fastcgi-ssl/phpstub")
|
||||
);
|
||||
domDirsProcessor.appendProcessor(
|
||||
new ShellProcessor("ln -sf " + domainDir + " /home/doms/ && " +
|
||||
|
Loading…
Reference in New Issue
Block a user