deploy: Also fsync parent directory of modified config files
This commit is contained in:
parent
38feca0e4d
commit
0b8495f09a
|
|
@ -91,6 +91,8 @@ copy_modified_config_file (GFile *orig_etc,
|
|||
if (!gs_file_sync_data (dest, cancellable, error))
|
||||
goto out;
|
||||
}
|
||||
if (!ot_util_fsync_directory (dest_parent, cancellable, error))
|
||||
goto out;
|
||||
}
|
||||
|
||||
ret = TRUE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue