Colors in log

This commit is contained in:
Kroese 2023-05-11 05:05:02 +02:00 committed by GitHub
parent 4231e21b1c
commit 5be4f368da

View File

@ -11,7 +11,7 @@ info () { echo -e "\E[1;34m\E[1;36m $1\E[0m" ; }
finish() {
echo "$HEADER: Shutting down.."
echo " $HEADER: Shutting down.."
exit
}