Fix indent
This commit is contained in:
@@ -1045,6 +1045,7 @@ class WOStackController(CementBaseController):
|
|||||||
# proftpd TLS configuration
|
# proftpd TLS configuration
|
||||||
if not os.path.isdir("/etc/proftpd/ssl"):
|
if not os.path.isdir("/etc/proftpd/ssl"):
|
||||||
WOFileUtils.mkdir(self, "/etc/proftpd/ssl")
|
WOFileUtils.mkdir(self, "/etc/proftpd/ssl")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
WOShellExec.cmd_exec(self, "openssl genrsa -out "
|
WOShellExec.cmd_exec(self, "openssl genrsa -out "
|
||||||
"/etc/proftpd/ssl/proftpd.key 2048")
|
"/etc/proftpd/ssl/proftpd.key 2048")
|
||||||
|
|||||||
Reference in New Issue
Block a user