base_script.sh: some minor changes in script output.

This commit is contained in:
Christoph 2020-06-28 11:51:16 +02:00
parent f4e8b35f92
commit f8d34f0953

View File

@ -163,7 +163,7 @@ echo_failed(){
}
echo_skipped() {
if $terminal ; then
echo -e "\033[75G[ \033[37m\033[1mskipped\033[m ]"
echo -e "\033[75G[ \033[90m\033[1mskipped\033[m ]"
fi
}
echo_wait(){