Skip to content

Commit 9c1a0b9

Browse files
authored
Update minecraftctl.sh
1 parent 32168d8 commit 9c1a0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/minecraftctl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name_arr=("DOCKER" "PORT" "RCON_PORT" "RCON_PASSWORD" "MINHEAP" "MAXHEAP" "EULA"
44
# Default values for variables in above array
55
vals_arr=("$(which docker)" "25565" "25575" "minecraft" "512" "2048" "false" "vanilla" "LATEST" "normal" "10" "29999984" "true" "true" "false" "false" "true" "false" "256" "60000" "true" "true" "10" "survival" "A minecraft server" "true" "default" "world" "true" "0" "false" "/srv/minecraft" "./backups" "64" "$(id -u minecraft)" "$(id -g minecraft)" "DEFAULT")
66
# Version string
7-
VERSION_STR="1.5.1"
7+
VERSION_STR="1.5.2"
88
# Setup flag variables for script
99
seteula=false
1010
debug=false

0 commit comments

Comments
 (0)