mirror of
https://github.com/msmhq/msm.git
synced 2025-07-25 04:42:28 +00:00
Bumped version to 0.7.1.
This commit is contained in:
@ -11,6 +11,13 @@ Maintainers:
|
|||||||
Change Log
|
Change Log
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
### [0.7.1](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.7.0...0.7.1)
|
||||||
|
|
||||||
|
* Fixed issue [#54][#54] where setting a server's jar file would fail to create the symbolic link.
|
||||||
|
|
||||||
|
[#54]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/54
|
||||||
|
|
||||||
|
|
||||||
### [0.7.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.6.4...0.7.0)
|
### [0.7.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.6.4...0.7.0)
|
||||||
|
|
||||||
* Added `/etc/profile.d/msm.sh` support. Define environment variables there, and both MSM and bash completion scripts will see it. At this point you can add the `MSM_SCRIPT` and `MSM_CONF` environment variables to tell MSM where you have installed your MSM files:
|
* Added `/etc/profile.d/msm.sh` support. Define environment variables there, and both MSM and bash completion scripts will see it. At this point you can add the `MSM_SCRIPT` and `MSM_CONF` environment variables to tell MSM where you have installed your MSM files:
|
||||||
|
2
init/msm
2
init/msm
@ -37,7 +37,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}"
|
|||||||
|
|
||||||
|
|
||||||
# The Minecraft Server Manager version, use "msm version" to check yours.
|
# The Minecraft Server Manager version, use "msm version" to check yours.
|
||||||
VERSION="0.7.0"
|
VERSION="0.7.1"
|
||||||
|
|
||||||
|
|
||||||
### Config variables the user should not need/want to change
|
### Config variables the user should not need/want to change
|
||||||
|
Reference in New Issue
Block a user