From d2b814ab45a2398a87fe655e485a50f1aa8711e1 Mon Sep 17 00:00:00 2001 From: Aryan Sinha Date: Sun, 7 Jul 2024 14:39:12 +0530 Subject: [PATCH] fixup! --- post-fs-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-fs-data.sh b/post-fs-data.sh index 66562ee..7cc385d 100755 --- a/post-fs-data.sh +++ b/post-fs-data.sh @@ -47,7 +47,7 @@ check_realmeui_ver() exit 1 fi log "Detected realmeUI Version: ${RUI_VER}" - log "Target file: ${FEATURE_PATH} ${FEATURE@_PATH}" + log "Target file: ${FEATURE_PATH} ${FEATURE2_PATH}" } prepare_feature_list()