u-boot-dey: cc6: fix typo in uuu install script

Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
Gonzalo Ruiz 2024-03-14 16:41:56 +01:00
parent e6b67b6bf8
commit 67be7da934
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ fi
# Verify existence of files before starting the update # Verify existence of files before starting the update
FILES="${INSTALL_UBOOT_FILENAME} ${INSTALL_LINUX_FILENAME}" FILES="${INSTALL_UBOOT_FILENAME} ${INSTALL_LINUX_FILENAME}"
if [ "${DUALBOOT}" != true ]; then if [ "${DUALBOOT}" != true ]; then
FILES"${INSTALL_RECOVERY_FILENAME}" FILES="${FILES} ${INSTALL_RECOVERY_FILENAME}"
fi fi
for f in ${FILES}; do for f in ${FILES}; do
if [ ! -f ${f} ]; then if [ ! -f ${f} ]; then