From: jusung son Date: Wed, 22 Nov 2017 11:03:18 +0000 (+0900) Subject: Add owner group to the db files X-Git-Tag: accepted/tizen/unified/20171124.064519~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F161278%2F1;p=platform%2Fcore%2Fsystem%2Fbuxton2.git Add owner group to the db files Change-Id: I696b689e7eb32d06a73ea74c25724c64f0165312 Signed-off-by: jusung son --- diff --git a/scripts/299.buxton2_upgrade.sh b/scripts/299.buxton2_upgrade.sh index c17bec2..1cdcfac 100755 --- a/scripts/299.buxton2_upgrade.sh +++ b/scripts/299.buxton2_upgrade.sh @@ -6,7 +6,7 @@ DB_DIR=/var/lib/buxton2 # The UID of buxton has changed -chown -R buxton $DB_DIR +chown -R buxton:buxton $DB_DIR buxton2ctl security-disable