mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Added default minecraft jargroup on install.
This commit is contained in:
parent
abdc13cd12
commit
a39e1948ab
@ -144,6 +144,12 @@ function update_msm() {
|
|||||||
sudo /etc/init.d/msm update --noinput
|
sudo /etc/init.d/msm update --noinput
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Updates rest of MSM using init script updater
|
||||||
|
function setup_jargroup() {
|
||||||
|
install_log "Setup default jar groups"
|
||||||
|
sudo /etc/init.d/msm jargroup create minecraft https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft_server.jar
|
||||||
|
}
|
||||||
|
|
||||||
function install_complete() {
|
function install_complete() {
|
||||||
install_log "Done. Type 'msm help' to get started. Have fun!"
|
install_log "Done. Type 'msm help' to get started. Have fun!"
|
||||||
}
|
}
|
||||||
@ -162,5 +168,6 @@ function install_msm() {
|
|||||||
install_init
|
install_init
|
||||||
enable_init
|
enable_init
|
||||||
update_msm
|
update_msm
|
||||||
|
setup_jargroup
|
||||||
install_complete
|
install_complete
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user