sh.zio.notify: fix backticks fucking things up
I want to watch Bash die a horrible death
This commit is contained in:
parent
ff7c49f93a
commit
8b8598409a
2 changed files with 2 additions and 2 deletions
|
@ -49,6 +49,8 @@ function main() {
|
|||
|
||||
token="$(cat "$token_path")"
|
||||
|
||||
message="$(echo $message | sed -e "s/\`/'/g")"
|
||||
|
||||
hostname="$(hostname -s)"
|
||||
invoked_by="$_invoked_by"
|
||||
level_emoji="$(get_level_emoji "$_level")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue