upgrade-scripts: Fix to invoke as an error when untar fails 16/300016/3
authorSangYoun Kwak <sy.kwak@samsung.com>
Fri, 13 Oct 2023 11:15:22 +0000 (20:15 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Mon, 30 Oct 2023 06:47:59 +0000 (15:47 +0900)
commit2be92348f8ba6eabcdc743d0aa8b2f4431d43fd1
tree623cc4e14c1f07bddb32678bff8c96b91cafc1a7
parentc453a18b7268f42be902f6a58fa64b9c37a94801
upgrade-scripts: Fix to invoke as an error when untar fails

Previously, if the untaring of any delta file from the delta.tar.gz
fails, then the script ignored it and continued to the next delta file.
This may cause some delta files to be not applied which causes the
failure of the FOTA as a result.
To prevent this, the log message was changed to 'Error' from 'Info" and
'exit_error' was used instead of 'continue'.

Change-Id: Idffe1387a58b9a358f717bae4a334405b8946da4
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
scripts/upgrade-support/upgrade-common.inc