projects
/
platform
/
core
/
system
/
buxton2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2173bb0
)
Modify upgrade script
61/166361/1
author
jusung son
<jusung07.son@samsung.com>
Tue, 9 Jan 2018 23:32:27 +0000
(08:32 +0900)
committer
jusung son
<jusung07.son@samsung.com>
Tue, 9 Jan 2018 23:32:27 +0000
(08:32 +0900)
- run daemon for other modules
Change-Id: If270f6adffa5a99e5da2b0ee93867703230a9210
Signed-off-by: jusung son <jusung07.son@samsung.com>
scripts/299.buxton2_upgrade.sh
patch
|
blob
|
history
diff --git
a/scripts/299.buxton2_upgrade.sh
b/scripts/299.buxton2_upgrade.sh
index 1cdcfac58aaa03ac36c63541fafd1a1b44ad78d4..19f4008d31bab93a263862c4617db7873bfad318 100755
(executable)
--- a/
scripts/299.buxton2_upgrade.sh
+++ b/
scripts/299.buxton2_upgrade.sh
@@
-8,6
+8,9
@@
DB_DIR=/var/lib/buxton2
# The UID of buxton has changed
chown -R buxton:buxton $DB_DIR
+buxton2ctl remove-garbage-data system
+
+systemctl start buxton2
+
buxton2ctl security-disable
-buxton2ctl remove-garbage-data system