Fix indentation

This commit is contained in:
VirtuBox
2019-09-24 12:10:45 +02:00
parent 71ad9e1666
commit 7bba3e1c51

View File

@@ -167,7 +167,7 @@ class WOSecureController(CementBaseController):
if start_secure != "Y" and start_secure != "y":
Log.error(self, "Not hardening SSH security")
WOGit.add(self, ["/etc/ssh"],
msg="Adding SSH into Git")
msg="Adding SSH into Git")
Log.debug(self, "check if /etc/ssh/sshd_config exist")
if os.path.isfile('/etc/ssh/sshd_config'):
Log.debug(self, "looking for the current ssh port")