From e1df3180e3a83896ded0aca0c323a11bc6e324e8 Mon Sep 17 00:00:00 2001 From: master3395 Date: Mon, 26 Jan 2026 20:56:39 +0100 Subject: [PATCH] Remove extra fi statement causing syntax error --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 323ae4177..3960ee88e 100644 --- a/install.sh +++ b/install.sh @@ -137,7 +137,6 @@ if [[ "$SCRIPT_DIR" == /dev/fd/* ]] || [[ ! -d "$SCRIPT_DIR/modules" ]]; then exit 1 fi fi - fi # Close the if [ -n "$TEMP_DIR" ] block fi # Close the if [[ "$SCRIPT_DIR" == /dev/fd/* ]] block MODULES_DIR="$SCRIPT_DIR/modules"