diff --git a/bin/infra b/bin/infra index ae9856e..79c8cc0 100755 --- a/bin/infra +++ b/bin/infra @@ -71,6 +71,7 @@ function warnb() { # Print the given message in red function error() { printf '%s%s%s\n' "$bldred" "$1" "$txtrst" + exit 1 } # Like error, but expects the message via redirect