From f6ba50fc4257e04d0b71a1cb1e2bed714f6cbc90 Mon Sep 17 00:00:00 2001 From: shark Date: Fri, 30 Aug 2019 22:42:08 +0000 Subject: [PATCH] Add sync line so I don't force reboot before cache is written --- bedrock-linux-99.99.99-x86_64.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bedrock-linux-99.99.99-x86_64.sh b/bedrock-linux-99.99.99-x86_64.sh index 2601b80..ea3b07d 100644 --- a/bedrock-linux-99.99.99-x86_64.sh +++ b/bedrock-linux-99.99.99-x86_64.sh @@ -36,5 +36,7 @@ fi make SKIPSIGN=true -j $(nproc) BEDROCK_VERSION="${newest_version}" /bedrock/libexec/busybox sh "bedrock-linux-${newest_version}-$(uname -m).sh" --force-update # Maybe clean up here in the future +echo "Syncing to disk..." +sync echo "If there were no errors up to this point, then everything has gone smoothly. Ignore the following 2 errors!" exit_success \ No newline at end of file