From 0e7cb5b798cb1892505bd40e12ad071cd1b8afec 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"