Skip to content

Commit

Permalink
Fix terminal color
Browse files Browse the repository at this point in the history
  • Loading branch information
zGumeloBr committed May 28, 2024
1 parent 1b86790 commit 845b3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/zulu/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export INTERNAL_IP=`ip route get 1 | awk '{print $NF;exit}'`

java -version
MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')`
echo -e "\036[0;32mSTARTUP: ${MODIFIED_STARTUP}\033[0m"
echo -e "\033[0;36mSTARTUP: ${MODIFIED_STARTUP}\033[0m"

eval ${MODIFIED_STARTUP}

0 comments on commit 845b3bd

Please sign in to comment.