projects
/
platform
/
core
/
system
/
system-rw-update.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f39c444
)
Define the prefix of error code
25/237825/1
accepted/tizen/unified/20200713.094512
submit/tizen/20200706.142233
submit/tizen/20200706.154131
submit/tizen/20200710.163409
author
Kichan Kwon
<k_c.kwon@samsung.com>
Mon, 6 Jul 2020 02:51:38 +0000
(11:51 +0900)
committer
Kichan Kwon
<k_c.kwon@samsung.com>
Mon, 6 Jul 2020 02:51:38 +0000
(11:51 +0900)
- To check where this error occurs
Change-Id: I0d8c138816d6beded2f8a339f2601d6ec45486fb
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
upgrade/update.sh.in
patch
|
blob
|
history
diff --git
a/upgrade/update.sh.in
b/upgrade/update.sh.in
index b2ac574db1576fb54c4fffbb2390bfea1ee36485..014f21fbd53492a24cc329b05fa8e065461bc9ff 100755
(executable)
--- a/
upgrade/update.sh.in
+++ b/
upgrade/update.sh.in
@@
-5,7
+5,9
@@
PATH=/bin:/usr/bin:/sbin:/usr/sbin
RW_UPDATE_ERROR_NONE=00
-UPI_RW_UPDATE_ERROR=fa1a
+
+UPI_RW_UPDATE_ERROR_PREFIX=FA
+UPI_RW_UPDATE_ERROR=${UPI_RW_UPDATE_ERROR_PREFIX}1A
TMP_DIR=/tmp/upgrade
UPDATE_DIR=@TZ_SYS_UPGRADE@