Skip to content

Commit

Permalink
refactor: remove unnecessary code and comments
Browse files Browse the repository at this point in the history
The commit removes the unnecessary code that defines `USER` as missing in the docker container. It also removes some commented lines of code.
  • Loading branch information
dgibbs64 committed Sep 2, 2023
1 parent 54e7fd5 commit a5063ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions entrypoint-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ exit_handler_user() {
echo -e "Loading exit handler"
trap exit_handler_user SIGQUIT SIGINT SIGTERM

# Define ${USER} as missing in docker container
export USER="${USERNAME}"

# Setup game server
if [ ! -f "${GAMESERVER}" ]; then
echo -e ""
Expand Down

0 comments on commit a5063ff

Please sign in to comment.