Tweak production syslog configuration

This commit is contained in:
wiz
2021-08-21 15:14:45 +09:00
parent 9afe2d45c9
commit 7c0ef12920
3 changed files with 6 additions and 5 deletions

View File

@@ -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" mempool.devops
echo "\`\`\`${input}\`\`\`" | /usr/local/bin/keybase chat send --nonblock --channel "$1" "$2"
fi
done