From d44f741887b20b64c157b7245f36a7623f5fcc57 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Thu, 31 Oct 2024 11:19:21 +0100 Subject: [PATCH] consts: cleanup Signed-off-by: AuxXxilium --- files/initrd/opt/arc/include/consts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/files/initrd/opt/arc/include/consts.sh b/files/initrd/opt/arc/include/consts.sh index 747d4c94..d6421d59 100755 --- a/files/initrd/opt/arc/include/consts.sh +++ b/files/initrd/opt/arc/include/consts.sh @@ -40,7 +40,6 @@ UNTAR_PAT_PATH="${PART3_PATH}/DSM" S_FILE="${MODEL_CONFIG_PATH}/serials.yml" S_FILE_ARC="${MODEL_CONFIG_PATH}/arc_serials.yml" S_FILE_ENC="${MODEL_CONFIG_PATH}/arc_serials.enc" -S_FILE_CHECK="${MODEL_CONFIG_PATH}/arc_serials.checksum" P_FILE="${MODEL_CONFIG_PATH}/platforms.yml" EXTRACTOR_PATH="${PART3_PATH}/extractor"