mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fixes #54. Loads server username inside the server_set_jar function.
This commit is contained in:
parent
a3dc7c6865
commit
7e89f4dd12
1
init/msm
1
init/msm
@ -1433,6 +1433,7 @@ server_backup() {
|
|||||||
server_set_jar() {
|
server_set_jar() {
|
||||||
manager_property JAR_STORAGE_PATH
|
manager_property JAR_STORAGE_PATH
|
||||||
server_property "$1" JAR_PATH
|
server_property "$1" JAR_PATH
|
||||||
|
server_property "$1" USERNAME
|
||||||
|
|
||||||
if [ -d "$SETTINGS_JAR_STORAGE_PATH/$2" ]; then
|
if [ -d "$SETTINGS_JAR_STORAGE_PATH/$2" ]; then
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user