Skip to content

Commit

Permalink
Fix minecraft bedrock run script
Browse files Browse the repository at this point in the history
  • Loading branch information
evilmarty committed Dec 18, 2024
1 parent 7d19c09 commit f6ba824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minecraft_bedrock/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Minecraft: Bedrock Edition Server"
version: "1.21.51.01-b"
version: "1.21.51.01-c"
slug: "minecraft_bedrock"
description: "Run a private server for Minecraft: Bedrock Edition."
url: "https://github.com/evilmarty/hassio-addons/tree/master/minecraft_bedrock"
Expand Down
2 changes: 1 addition & 1 deletion minecraft_bedrock/rootfs/opt/minecraft/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ INSTANCE_DIR="instance"
main() {
bashio::log.debug "Working directory is ${PWD}"

mkdir "$INSTANCE_DIR"
mkdir -p "$INSTANCE_DIR"
cd "$INSTANCE_DIR" || exit 1

write_server_properties "${SERVER_PROPERTIES_PATH}"
Expand Down

0 comments on commit f6ba824

Please sign in to comment.