Sync to ensure everything is written
parent
96877fbf07
commit
84cc3c2742
|
@ -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()
|
Loading…
Reference in New Issue