Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamer3514 authored Sep 19, 2024
1 parent 2c1a857 commit e135998
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nodejs/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@ node -v

# Replace Startup Variables
MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')

# Print the modified startup command
echo ":/home/container$ ${MODIFIED_STARTUP}"

# Donation Message
echo -e "\e[32m" # Set text to green
echo "##############################################"
echo "# #"
echo "# Please consider donating to Silly Dev! #"
echo "# https://bit.ly/4e3XUce #"
echo "# #"
echo "##############################################"
echo -e "\e[0m" # Reset text color to default

# Run the Server
eval ${MODIFIED_STARTUP}

0 comments on commit e135998

Please sign in to comment.