Skip to content

Commit

Permalink
Merge pull request #182 from JohannesM/patch-1
Browse files Browse the repository at this point in the history
get rid of the message "No directory, logging in with HOME=/"
  • Loading branch information
zachlatta committed Aug 28, 2013
2 parents abdc13c + c588922 commit 4c8a60f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installers/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ function install_dependencies() {
# Verifies existence of or adds user for Minecraft server (default "minecraft")
function add_minecraft_user() {
install_log "Creating default user '${msm_user}'"
sudo useradd ${msm_user}
sudo useradd ${msm_user} \
--home /opt/msm
}

# Verifies existence and permissions of msm server directory (default /opt/msm)
Expand Down

0 comments on commit 4c8a60f

Please sign in to comment.