mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Bumped version to 0.6.1.
This commit is contained in:
parent
3bb1c6a909
commit
036a389055
@ -11,6 +11,11 @@ Maintainers:
|
||||
Change Log
|
||||
----------
|
||||
|
||||
### [0.6.1](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.6.0...0.6.1)
|
||||
|
||||
* Fixed `test.sh` to use new settings names.
|
||||
|
||||
|
||||
### [0.6.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.5.2...0.6.0)
|
||||
|
||||
* Added new command `msm config` which displays a key value list of all MSM settings in use. Useful for transparency.
|
||||
|
4
init/msm
4
init/msm
@ -25,7 +25,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}"
|
||||
|
||||
|
||||
### The Minecraft Server Manager version, use "msm version" to check yours.
|
||||
VERSION="0.6.0"
|
||||
VERSION="0.6.1"
|
||||
|
||||
|
||||
### Config variables the user should not need/want to change
|
||||
@ -2165,7 +2165,7 @@ server_init() {
|
||||
value="${SERVER_PATH[$1]}/$value"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
eval SERVER_${name}[$1]=\"${value}\"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user