projects
/
platform
/
core
/
system
/
tota-ua.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f6eba0
)
Use the same path for update
48/164448/1
author
Sunmin Lee
<sunm.lee@samsung.com>
Fri, 15 Dec 2017 07:22:36 +0000
(16:22 +0900)
committer
Sunmin Lee
<sunm.lee@samsung.com>
Mon, 18 Dec 2017 09:37:44 +0000
(18:37 +0900)
Change-Id: Ie6b90ffd6011d0ac9340d44da738ef6c5908fefd
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
scripts/upgrade-trigger.sh
patch
|
blob
|
history
diff --git
a/scripts/upgrade-trigger.sh
b/scripts/upgrade-trigger.sh
index
4b2e241
..
eb5ae09
100755
(executable)
--- a/
scripts/upgrade-trigger.sh
+++ b/
scripts/upgrade-trigger.sh
@@
-1,7
+1,7
@@
#!/bin/bash
source /etc/tizen-platform.conf
-FOTA_DIR="$TZ_SYS_GLOBALUSER_DATA/
fota
/save"
-STATUS_DIR="/opt/data/
recovery
"
+FOTA_DIR="$TZ_SYS_GLOBALUSER_DATA/
update
/save"
+STATUS_DIR="/opt/data/
update
"
VERSION_FILE="/opt/etc/version"
flash_pre_image() {