Rename upg-verifier to img-verifier 89/242089/2 accepted/tizen/unified/20200828.121422 submit/tizen/20200826.021350 submit/tizen/20200826.021413 submit/tizen/20200828.071117
authorKichan Kwon <k_c.kwon@samsung.com>
Mon, 24 Aug 2020 05:41:09 +0000 (14:41 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Tue, 25 Aug 2020 00:45:32 +0000 (09:45 +0900)
Change-Id: I83273a54f81e9b8609231f032cccead4682e2b0a
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
scripts/fota-init.sh

index 8bd5a0e..12670b4 100755 (executable)
@@ -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