From 46850e273950a094361030062b77fe7926045324 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 20 Aug 2025 18:47:24 +0200 Subject: [PATCH] Update installer/src/tplink.rs Co-authored-by: Cooper Quintin --- installer/src/tplink.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/src/tplink.rs b/installer/src/tplink.rs index d92b8e4..0e63559 100644 --- a/installer/src/tplink.rs +++ b/installer/src/tplink.rs @@ -125,7 +125,7 @@ async fn tplink_run_install( if sdcard_path.is_empty() { anyhow::bail!( "Unable to determine sdcard path. Rayhunter needs a FAT-formatted SD card to function.\n\n\ - In case you already did, this is a bug. Please file an issue with your hardware version.\n\n\ + If you already inserted a FAT formatted SD card, this is a bug. Please file an issue with your hardware version.\n\n\ The installer has tried to find an empty folder to mount to on these paths: {try_paths:?}\n\ ...but none of them exist.\n\n\ At this point, you may 'telnet {admin_ip}' and poke around in the device to figure out what went wrong yourself."