about to test this on rr-middleware...

This commit is contained in:
2025-06-30 13:23:24 -05:00
parent d82c8733fa
commit f3070de151
7 changed files with 40 additions and 95 deletions

View File

@ -19,7 +19,8 @@ export PS4='(${BASH_SOURCE}:${LINENO}): - [${SHLVL},${BASH_SUBSHELL},$?] $ '
function error_out()
{
echo "Bailing out. See above for reason...."
print_error "$1"
print_error "Bailing out. See above for reason...."
exit 1
}