From f0643c9c5c0db45aa783e6c1fc47de49ce935181 Mon Sep 17 00:00:00 2001 From: MannuVilasara Date: Fri, 14 Nov 2025 07:02:16 +0530 Subject: [PATCH] fix: syntanx error in 3.files-legacy.sh --- sdata/subcmd-install/3.files-legacy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdata/subcmd-install/3.files-legacy.sh b/sdata/subcmd-install/3.files-legacy.sh index 30e9a07e2..ebf549734 100644 --- a/sdata/subcmd-install/3.files-legacy.sh +++ b/sdata/subcmd-install/3.files-legacy.sh @@ -42,9 +42,9 @@ case "${INSTALL_FIRSTRUN}" in # When not specify --firstrun *) if test -f "${FIRSTRUN_FILE}"; then - ${INSTALL_FIRSTRUN}=false + INSTALL_FIRSTRUN=false else - ${INSTALL_FIRSTRUN}=true + INSTALL_FIRSTRUN=true fi ;; esac