hal-rpmdb-checker: Fix comment about hal info file 54/275854/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 3 Jun 2022 05:06:04 +0000 (14:06 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 3 Jun 2022 05:07:10 +0000 (14:07 +0900)
The hal info file path is /hal/etc/hal-info.ini. Fix the file
path from comment.

Change-Id: I8c8eabefe666872056e1de2b9d87a1976651367e
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
packaging/hal-rpmdb-checker

index ed11f83..a4cd400 100755 (executable)
@@ -98,7 +98,7 @@ get_hal_img_version() {
                return
        fi
 
-       # Get hal_img_version from /hal/etc/info.ini
+       # Get hal_img_version from /hal/etc/hal-info.ini
        tmp=`cat $HAL_IMG_INFO_FILE_PATH | grep Build=`
        hal_img_version=`echo ${tmp:6}`