From 971331188b7adeff6b8ea3e241b4b1a23eaf360d Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Mon, 30 Dec 2024 17:43:20 +0100 Subject: [PATCH] arc: fix typo Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/initrd/opt/arc/arc.sh b/files/initrd/opt/arc/arc.sh index 8f437442..8fa758f4 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -372,8 +372,7 @@ function arcVersion() { fi if [ "${PLATFORM}" = "apollolake" ] || [ "${PLATFORM}" = "geminilake" ]; then if [ -n "${IGPUID}" ]; then grep -iq "${IGPUID}" ${ARC_PATH}/include/i915ids && IGPU="all" || IGPU="epyc7002"; else IGPU=""; fi - [ "${IGPU}"="all" ] && initConfigKey "addons.i915" "" "${USER_CONFIG_FILE}" || true - fi + [ "${IGPU}"="all" ] && initConfigKey "addons.i915" "" "${USER_CONFIG_FILE}" || true fi if echo "${PAT_URL}" 2>/dev/null | grep -q "7.2.2"; then initConfigKey "addons.allowdowngrade" "" "${USER_CONFIG_FILE}"