X-Git-Url: https://git.treefish.org/~alex/backmeupscotty.git/blobdiff_plain/a2ef8e60326c6df9fa6191a022920caf5b604e8b..f877daff4c14c12d44baca7c0abe84ffc424057f:/backmeupscotty diff --git a/backmeupscotty b/backmeupscotty index dd14711..1df23cd 100644 --- a/backmeupscotty +++ b/backmeupscotty @@ -27,7 +27,10 @@ function scottyinfo { function scottyerror { scottyline $@ >&2 - _ERROR_ENCOUNTERED=1 + if [ $_ERROR_ENCOUNTERED -eq 0 ]; then + _ERROR_ENCOUNTERED=1 + scottyline "Going into verbose mode after error encounter." >&2 + fi } function ssh255 {