diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 84add53..5db2324 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -475,7 +475,7 @@ function TrapError { local code="${2:-1}" if [ $_SILENT == false ]; then - echo -e "\e[45m/!\ ERROR in ${job}: Near line ${line}, exit code ${code}" + echo -e "\e[45m/!\ ERROR in ${job}: Near line ${line}, exit code ${code}\e[0m" fi }