Add update lock

This commit is contained in:
2022-09-19 19:34:29 +03:00
parent 93268c7524
commit 4d65927410
2 changed files with 10 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ async fn update(headers: HeaderMap) -> &'static str {
match updater::update().await {
Ok(_) => log::info!("Updated!"),
Err(err) => log::info!("Updater err: {:?}", err),
}
};
});
"Update started"