Skip to content

Commit

Permalink
Added terminal color in dragonfly
Browse files Browse the repository at this point in the history
  • Loading branch information
zGumeloBr committed May 7, 2024
1 parent 18279ae commit b304306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dragonflydb/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
cd /home/container

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

${MODIFIED_STARTUP}

0 comments on commit b304306

Please sign in to comment.