Browse Source

feat: change HOME to /linuxgsm

pull/13/head
Daniel Gibbs 2 years ago
parent
commit
ddedd888af
  1. 2
      entrypoint-user.sh

2
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 ""

Loading…
Cancel
Save