From 4b8e5fce3d1dc322bd941b6b0eec0200f0296bda Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 15 Aug 2022 16:11:38 -0500 Subject: [modify] board thread listing heading --- threadcat-list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadcat-list.sh b/threadcat-list.sh index 0be8ca8..9381162 100755 --- a/threadcat-list.sh +++ b/threadcat-list.sh @@ -14,7 +14,7 @@ if [ -z "${BOARD}" ]; then echo $LISTING_HEADING ssh $THREADCAT_USER "ls -lt /opt/threadcat | grep -v ^d" | awk '{ s = ""; for (i = 6; i <= 9; i++) s = s $i " "; print s }' | grep -v '^ *$' else - echo "Listing threads under $BOARD" + echo "LISTING THREADS UNDER $BOARD" echo $LISTING_HEADING ssh $THREADCAT_USER "ls -lt /opt/threadcat/$BOARD | grep -v ^d" | awk '{ s = ""; for (i = 6; i <= 9; i++) s = s $i " "; print s }' | grep -v '^ *$' fi -- cgit v1.2.3