You can enable trace mode initially so you don't need to create a bunch of echo statements about what you're doing:
set -xtrace There are some other flags I'd recommend, and all of them in short form: set -eux On 03/04/2017 09:57 AM, Comer Duncan wrote: > I forgot to attach my script. Not that I think it is the problem, as > I've used it for several years.. Can you please take a look and advise? > > Thanks. > > Comer
