diff --git a/entrypoint-user.sh b/entrypoint-user.sh index dad8529..ab92018 100755 --- a/entrypoint-user.sh +++ b/entrypoint-user.sh @@ -1,5 +1,5 @@ #!/bin/bash -export HOME="/home/${USERNAME}" +export HOME="/${USERNAME}" # Setup game server if [ ! -f "${GAMESERVER}" ]; then echo -e ""