Remove extra fi statement causing syntax error

This commit is contained in:
master3395
2026-01-26 20:56:39 +01:00
parent e6f6a33973
commit e1df3180e3

View File

@@ -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"