Add sync line so I don't force reboot before cache is written
This commit is contained in:
parent
82d7dc2ffe
commit
f6ba50fc42
@ -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
|
Loading…
x
Reference in New Issue
Block a user