Re: Transaction Timeout Anomalies for SSH Access
Posted: Fri Mar 06, 2020 5:20 pm
Ack, I had the newline in the wrong spot. If we just want the channels on the next line, this should be how it goes.
If that still doesn't get you what you're looking for, then write out the text how you'd like it to be in side of code blocks on the forum. I may not be fully getting what you're asking for here.
Code: Select all
for CHAN in $NOT_RUNNING_CHANNELS
do
MESSAGE="${MESSAGE} :\n ${CHAN}"
done