aboutsummaryrefslogtreecommitdiffhomepage
path: root/threadcat-read.sh
diff options
context:
space:
mode:
Diffstat (limited to 'threadcat-read.sh')
-rwxr-xr-xthreadcat-read.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadcat-read.sh b/threadcat-read.sh
index 031ccbe..517f57d 100755
--- a/threadcat-read.sh
+++ b/threadcat-read.sh
@@ -3,7 +3,7 @@
THREAD_NAME=$1
if [ ! -z "${THREAD_NAME}" ]; then
- ssh $CICADAS_USER@cicadas.surf "cat /opt/threadcat/$THREAD_NAME"
+ ssh $THREADCAT_USER "cat /opt/threadcat/$THREAD_NAME"
else
echo You did not provide a thread name.
echo USAGE: "threadcat read THREAD_NAME"