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

This commit is contained in:
Arkadiusz Hiler 2022-12-26 13:14:57 +02:00
parent fde9be256f
commit 8b45d63375

2
proton
View file

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