mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
remarkable FW 2.6: use explicit busybox for 'sync' (#7509)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user