2
0
Fork 0

sh.zio.backup: prototyping

This commit is contained in:
Ducky 2024-04-01 21:39:56 +01:00
parent 0c88a7e959
commit fa13820260

View file

@ -193,7 +193,7 @@ function invoke_script() {
function trigger_notify() {
level="$1"
title="$2"
output="$(echo "$3")"
output="$(echo "$3" | sed 's@\\@@g')"
#output="yo"
notify_prog="/usr/local/bin/sh.zio.notify"