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:
418dadf
)
Add sleep to wait to send progress
81/280581/1
author
SangYoun Kwak
<sy.kwak@samsung.com>
Thu, 1 Sep 2022 02:20:54 +0000
(11:20 +0900)
committer
Hyotaek Shim
<hyotaek.shim@samsung.com>
Thu, 1 Sep 2022 02:28:56 +0000
(
02:28
+0000)
Change-Id: I650f419ce66478e564dee4fcaafe5a6def24add0
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
scripts/upgrade-fota.sh
patch
|
blob
|
history
diff --git
a/scripts/upgrade-fota.sh
b/scripts/upgrade-fota.sh
index b0917e81f014d20f1a531760eca0ac5a6789ed52..5734b322cb6ec7e8d2fd78a816cdfb56e4bce530 100755
(executable)
--- a/
scripts/upgrade-fota.sh
+++ b/
scripts/upgrade-fota.sh
@@
-56,6
+56,10
@@
reboot_to_fota() {
fi
cleanup_files
/bin/sync
+
+ # Wait for sending progress
+ sleep 5
+
flog "[Info] Rebooting to fota"
if ! /sbin/reboot fota; then
critical_flog "[Error] Failed to reboot fota"