Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lunatic-fox committed Nov 17, 2022
1 parent 13565e1 commit 05137c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ outputFormats="jpeg|bmp|tiff|png|pdf|svg|ps"

# Echo with foreground color
# $1 tag; $2 message; $3 red; $4 green; $5 blue
color() { echo -e "\033[48;2;$3;$4;$5m $1 \033[0m \033[38;2;$3;$4;$5m$2\033[0m"; }
color() { echo -e "\033[38;2;0;0;0m\033[48;2;$3;$4;$5m $1 \033[0m \033[38;2;$3;$4;$5m$2\033[0m"; }

error() {
color "Error" "$1" 255 0 0
Expand Down

0 comments on commit 05137c5

Please sign in to comment.