From: Alexander Schmidt Date: Mon, 20 Jul 2015 22:43:03 +0000 (+0200) Subject: added verbose mode info message X-Git-Url: https://git.treefish.org/~alex/backmeupscotty.git/commitdiff_plain/f877daff4c14c12d44baca7c0abe84ffc424057f added verbose mode info message --- 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 {