sh.zio.backup: prototyping
parent
fa13820260
commit
2a984e1028
|
@ -193,7 +193,7 @@ function invoke_script() {
|
|||
function trigger_notify() {
|
||||
level="$1"
|
||||
title="$2"
|
||||
output="$(echo "$3" | sed 's@\\@@g')"
|
||||
output="$(printf "%q" "$3")"
|
||||
#output="yo"
|
||||
notify_prog="/usr/local/bin/sh.zio.notify"
|
||||
|
||||
|
|
Loading…
Reference in New Issue