aboutsummaryrefslogtreecommitdiffstats
path: root/fusearchive.py
diff options
context:
space:
mode:
Diffstat (limited to 'fusearchive.py')
-rwxr-xr-xfusearchive.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fusearchive.py b/fusearchive.py
index 810e05f..316ff21 100755
--- a/fusearchive.py
+++ b/fusearchive.py
@@ -317,6 +317,7 @@ class FuseArchive(Fuse):
else:
if self.wr:
dmsg( 2, "File doesn't exist and we're going to write, creating temp empty file" )
+ self.modified = True
self.flush()
self.direct_io = False