aboutsummaryrefslogtreecommitdiffhomepage
path: root/threadcat-list.sh
diff options
context:
space:
mode:
Diffstat (limited to 'threadcat-list.sh')
-rwxr-xr-xthreadcat-list.sh2
1 files changed, 1 insertions, 1 deletions
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