From 4c1bc9c3d6355cca56359fc807e5dad774e22e5e Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 26 Mar 2025 09:06:41 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index c4173d5..ca3a054 100644 --- a/src/install.sh +++ b/src/install.sh @@ -14,7 +14,7 @@ fi FN="boot.pat" if [ -d "/$FN" ]; then - error "The file /$FN has an invalid path!" && exit 65 + error "The file /$FN does not exist, please check that you mapped it to a valid path!" && exit 65 fi FILE=$(find / -maxdepth 1 -type f -iname "$FN" | head -n 1)