diff options
-rwxr-xr-x | threadcat-list.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |