Changed default target to minecraft in common.sh.

This commit is contained in:
Blaine Motsinger 2015-07-22 21:30:25 +00:00
parent c9c4b2e55f
commit 40e73a20e6

View File

@ -153,7 +153,7 @@ function update_msm() {
# 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 release
sudo /etc/init.d/msm jargroup create minecraft minecraft
}
function install_complete() {