From 5b996c8ab76ff4d4875b45695627596876017b68 Mon Sep 17 00:00:00 2001 From: gbyl <71516803+gbyl@users.noreply.github.com> Date: Mon, 5 Apr 2021 14:43:30 -0500 Subject: [PATCH] remarkable FW 2.6: use explicit busybox for 'sync' (#7509) --- platform/remarkable/koreader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/remarkable/koreader.sh b/platform/remarkable/koreader.sh index 58ce89494..f93d5bd8a 100755 --- a/platform/remarkable/koreader.sh +++ b/platform/remarkable/koreader.sh @@ -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