mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
appmgr: fsync fullchain
This commit is contained in:
committed by
Aiden McClelland
parent
cfacbcabd3
commit
1d7684f4d4
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user