Fixed bad indentation.
This commit is contained in:
@@ -86,8 +86,7 @@ class Opendkim(base.Installer):
|
|||||||
utils.exec_cmd(
|
utils.exec_cmd(
|
||||||
"perl -pi -e '{}' {}".format(pattern, params_file))
|
"perl -pi -e '{}' {}".format(pattern, params_file))
|
||||||
with open(params_file, "a") as f:
|
with open(params_file, "a") as f:
|
||||||
f.write('\n'.join([
|
f.write('\n'.join([
|
||||||
"",
|
"",
|
||||||
'SOCKET="inet:12345@localhost"',
|
'SOCKET="inet:12345@localhost"',
|
||||||
]))
|
]))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user