remarkable FW 2.6: use explicit busybox for 'sync' (#7509)

reviewable/pr7523/r1
gbyl 3 years ago committed by GitHub
parent 17e6049e30
commit 5b996c8ab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,7 +51,7 @@ ko_update_check() {
rm -f "${NEWUPDATE}" # always purge newupdate in all cases to prevent update loop
unset BLOCKS CPOINTS
# Ensure everything is flushed to disk before we restart. This *will* stall for a while on slow storage!
sync
busybox sync
if [ ${USING_BUTTON_LISTEN} -eq 0 ]; then
systemctl start button-listen

Loading…
Cancel
Save