From 06725dfcd507e0e99aefb313fe296a4f54813d10 Mon Sep 17 00:00:00 2001 From: maren Date: Sat, 13 Apr 2024 15:21:16 -0400 Subject: [PATCH] fix path typo also modify info prompt --- heed | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heed b/heed index 8fa5231..374bba2 100755 --- a/heed +++ b/heed @@ -1,6 +1,6 @@ #!/bin/sh -e -chatlog=var/log/bunkchat/chat.log +chatlog=/var/log/bunkchat/chat.log clear @@ -10,7 +10,7 @@ echo "╹ ╹┗━╸┗━╸╺┻┛ ┗━┛┗━┛╹ ╹╹ echo "#######################################################################" echo " Take heed, $USER! This is a group chat with everyone on the server!" -echo " You can view earlier chat with 'scry' or 'less /srv/bunkchat.txt'" +echo " You can view earlier chat with 'scry'!" echo "#######################################################################" echo