From: Hyunho Kang Date: Tue, 13 Jun 2017 06:30:13 +0000 (+0900) Subject: Fix upgrade script X-Git-Tag: accepted/tizen/4.0/unified/20170816.013959~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38faf02082f01889a75f690509d0a1632655f6f6;p=platform%2Fcore%2Fappfw%2Flibrua.git Fix upgrade script Change-Id: Ifc18d278a663b87c33c29cd80a2d78d2e5bb43a2 Signed-off-by: Hyunho Kang --- diff --git a/scripts/503.rua_upgrade.sh b/scripts/503.rua_upgrade.sh index 6e401ee..73e3c8b 100644 --- a/scripts/503.rua_upgrade.sh +++ b/scripts/503.rua_upgrade.sh @@ -29,4 +29,7 @@ chmod 644 $UPGRADE_DB_RUA_STAT chmod 644 $UPGRADE_DB_RUA_STAT-journal chsmack -a User::Home $UPGRADE_DB_RUA_STAT -chsmack -a User::Home $UPGRADE_DB_RUA_STAT-journal \ No newline at end of file +chsmack -a User::Home $UPGRADE_DB_RUA_STAT-journal + +chown app_fw:app_fw $UPGRADE_DB_RUA_STAT +chown app_fw:app_fw $UPGRADE_DB_RUA_STAT-journal \ No newline at end of file