mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
users: Fix issue with removing temp file
This commit is contained in:
parent
60e808e9bb
commit
9ba327f0dd
@ -443,6 +443,6 @@ Owners: {package}
|
||||
subprocess.run(['dpkg-reconfigure', package], env=env)
|
||||
|
||||
try:
|
||||
os.remove(override_file)
|
||||
os.remove(override_file.name)
|
||||
except OSError:
|
||||
pass
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user