From f2afb7dff19e8881956f048151a36757dbde9e8d Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Tue, 19 Apr 2016 14:37:22 -0400 Subject: [PATCH] How did I miss a chance to include this in the error message? --- mtppics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtppics.sh b/mtppics.sh index 28c8489..e1b631a 100644 --- a/mtppics.sh +++ b/mtppics.sh @@ -34,7 +34,7 @@ function _cleanup { } function _errorhandler { - echo "Encountered an error ${1}" + echo "🏈🐺🌴🌴🌴 Encountered an error ${1}" echo 'Aborting!' _cleanup }