From ef742961a6eab3ed20bc1fe838db293f308096fc Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 17:44:59 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/install.sh b/src/install.sh index 81cff2c..2002b4b 100644 --- a/src/install.sh +++ b/src/install.sh @@ -171,6 +171,7 @@ detectCustom() { CUSTOM=$(find "$STORAGE" -maxdepth 1 -type f -iname "$FN" -printf "%f\n" | head -n 1) fi + return 0 } getESD() {