From 24ad5f47f7db12a4e3af45259364c451c6f655e3 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 16 Aug 2022 07:32:14 -0500 Subject: [remove] printing of time on board listing --- threadcat-list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadcat-list.sh b/threadcat-list.sh index 806485e..bed799e 100755 --- a/threadcat-list.sh +++ b/threadcat-list.sh @@ -8,7 +8,7 @@ LISTING_HEADING="~~~~~~~~~~~~~~~~~~~" if [ -z "${BOARD}" ]; then echo "BOARDS" echo $LISTING_HEADING - ssh $THREADCAT_USER "ls -lt /opt/threadcat | grep ^d" | awk '{print ($6 " " $7 " " $8 " -- " $9);}' + ssh $THREADCAT_USER "ls -lt /opt/threadcat | grep ^d" | awk '{print $9;}' echo "" echo "TOP LEVEL THREADS" echo $LISTING_HEADING -- cgit v1.2.3