We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8aa384 commit 3cf8c20Copy full SHA for 3cf8c20
bedrock-entry.sh
@@ -86,6 +86,8 @@ if [ ! -f "bedrock_server-${VERSION}" ]; then
86
rm -rf bedrock_server *.so release-notes.txt bedrock_server_how_to.html valid_known_packs.json premium_cache 2> /dev/null
87
88
bkupDir=backup-pre-${VERSION}
89
+ # fixup any previous interrupted upgrades
90
+ rm -rf "${bkupDir}"
91
for d in behavior_packs definitions minecraftpe resource_packs structures treatments world_templates
92
do
93
if [ -d $d ]; then
0 commit comments