mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Fix typo/bug in mempool-logger script
This commit is contained in:
parent
0a627f96be
commit
1e018a6aa5
@ -2,6 +2,6 @@
|
||||
trap "" PIPE
|
||||
while read input;do
|
||||
if [ ! -z "${input}" ];then
|
||||
echo "\`\`\`${input}\`\`\`" | /usr/local/bin/keybase chat send --nonblock --channel "$1" "$2"
|
||||
echo "\`\`\`${input}\`\`\`" | /usr/local/bin/keybase chat send --nonblock --channel "$2" "$1"
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user