fix: syntanx error in 3.files-legacy.sh

This commit is contained in:
MannuVilasara
2025-11-14 07:02:16 +05:30
parent 63c3433b6f
commit f0643c9c5c
+2 -2
View File
@@ -42,9 +42,9 @@ case "${INSTALL_FIRSTRUN}" in
# When not specify --firstrun # When not specify --firstrun
*) *)
if test -f "${FIRSTRUN_FILE}"; then if test -f "${FIRSTRUN_FILE}"; then
${INSTALL_FIRSTRUN}=false INSTALL_FIRSTRUN=false
else else
${INSTALL_FIRSTRUN}=true INSTALL_FIRSTRUN=true
fi fi
;; ;;
esac esac