Add back the bold bit

This commit is contained in:
Gunter Labes 2022-06-10 11:58:25 +02:00 committed by GitHub
parent 782cc4a27f
commit 848381ae2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ export DISPLAY=:99.0
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1024x768x24
red=$(tput setaf 1)
blue=$(tput setaf 4)
blue=$(tput bold; tput setaf 4)
reset=$(tput sgr0)
# print given message in red
error() { printf '%s%s%s\n' "$red" "$*" "$reset"; }