do not create backup files for .qmail

This commit is contained in:
2021-12-23 14:20:47 +01:00
parent ef9cc1aab3
commit 671af52b15

View File

@@ -168,7 +168,6 @@ def user_update(user):
with fileinput.FileInput(
get_qmailfile(user),
inplace=True,
backup=".bak",
) as qmailfile:
for line in qmailfile:
print(