From 0645cda45d565e778d037391816c69eabd57ee1e Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Mon, 24 Aug 2020 14:41:09 +0900 Subject: [PATCH] Rename upg-verifier to img-verifier Change-Id: I83273a54f81e9b8609231f032cccead4682e2b0a Signed-off-by: Kichan Kwon --- scripts/fota-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fota-init.sh b/scripts/fota-init.sh index 8bd5a0e..12670b4 100755 --- a/scripts/fota-init.sh +++ b/scripts/fota-init.sh @@ -155,7 +155,7 @@ do_fota_update() { return 1 fi - VERIFY_TOOL=/usr/sbin/upg-verifier + VERIFY_TOOL=/usr/sbin/img-verifier if [ -e ${VERIFY_TOOL} ]; then ${VERIFY_TOOL} ${DELTA} if [ $? -ne 0 ]; then -- 2.7.4