Revert "fixup! proton: Sync pfx creation and create a guard file."

This reverts commit 8b45d63375.
This commit is contained in:
Arkadiusz Hiler 2023-01-04 20:23:47 +02:00
parent 8b45d63375
commit 47e39203c7

2
proton
View file

@ -803,7 +803,7 @@ class CompatData:
self.copy_pfx()
os.sync()
with open(self.creation_sync_guard, "w"):
with open(self.creation_sync_guard, "x"):
pass
os.sync()