From 00f025fdbc9d921da5119120608b3e1d2cfae04d Mon Sep 17 00:00:00 2001 From: jusung son Date: Wed, 22 Nov 2017 20:03:18 +0900 Subject: [PATCH] Add owner group to the db files Change-Id: I696b689e7eb32d06a73ea74c25724c64f0165312 Signed-off-by: jusung son --- scripts/299.buxton2_upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4