fix path typo
also modify info prompt
This commit is contained in:
parent
ef8b1bbcb2
commit
06725dfcd5
1 changed files with 2 additions and 2 deletions
4
heed
4
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue