Fixed OIDC

This commit is contained in:
Ultradesu
2026-03-17 15:03:36 +00:00
parent 0f49d8d079
commit b761245fd0
5 changed files with 9 additions and 8 deletions

View File

@@ -108,7 +108,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
std::process::exit(1);
}
println!("Mounted Furumi-ng to {:?}", mount_path);
println!("Mounted Furumi-ng v{} to {:?}", env!("CARGO_PKG_VERSION"), mount_path);
// Wait for shutdown signal
while running.load(Ordering::SeqCst) {