Sync to ensure everything is written

fixes
Vadim vtroshchinskiy 2024-10-31 14:57:05 +01:00
parent 96877fbf07
commit 84cc3c2742
1 changed files with 3 additions and 0 deletions

View File

@ -1888,3 +1888,6 @@ if __name__ == '__main__':
else:
print("Debe especificar una acción")
#
# Make sure all filesystem changes are written, just in case the oglive is rebooted without an unmount
os.sync()