Typo à la con
This commit is contained in:
parent
a527a6f394
commit
d7c15ab14b
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class home:
|
||||||
if os.path.exists(os.path.join(home, ".forward")):
|
if os.path.exists(os.path.join(home, ".forward")):
|
||||||
write_in_forward = False
|
write_in_forward = False
|
||||||
if write_in_forward:
|
if write_in_forward:
|
||||||
with open(os.path.join(home + '.forward'), 'w') as forward_file:
|
with open(os.path.join(home, '.forward'), 'w') as forward_file:
|
||||||
forward_file.write(mail_redirect + '\n')
|
forward_file.write(mail_redirect + '\n')
|
||||||
|
|
||||||
os.chown(home + '/.forward', int(uid), gid)
|
os.chown(home + '/.forward', int(uid), gid)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue