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