Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
marte26 authored Mar 7, 2021
1 parent 9f16fe7 commit 6e9a854
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,5 @@ cd /home/container
MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')`
echo ":/home/container$ ${MODIFIED_STARTUP}"

if [ ${SERVER_HIDDEN} ]
then
MODIFIED_STARTUP="${MODIFIED_STARTUP} -hidden"
fi

# Run the Server
${MODIFIED_STARTUP}

0 comments on commit 6e9a854

Please sign in to comment.