appmgr: fsync fullchain

This commit is contained in:
Aiden McClelland
2021-03-01 17:46:07 -07:00
committed by Aiden McClelland
parent cfacbcabd3
commit 1d7684f4d4

View File

@@ -349,7 +349,8 @@ pub async fn write_lan_services(hidden_services: &ServicesMap) -> Result<(), Err
) )
.as_bytes(), .as_bytes(),
) )
.await? .await?;
f.sync_all().await?;
} }
Some(LanOptions::Custom { port }) => { Some(LanOptions::Custom { port }) => {
f.write_all( f.write_all(