From 793065d2a9e75c52c1dbd63f9cfa7bb97b31ab67 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 19 Dec 2019 07:16:05 +0100 Subject: have strm send to sif --- odin/strm/download_youtube | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odin/strm/download_youtube') diff --git a/odin/strm/download_youtube b/odin/strm/download_youtube index f669fda4..f8c05fdf 100644 --- a/odin/strm/download_youtube +++ b/odin/strm/download_youtube @@ -348,10 +348,10 @@ printf ">>> %s <<<\n %s\n" "${msgId}" "${message}" if [[ -n "$(notmuch search "tag:inbox AND $msgId")" ]]; then if [[ ${msgTags[(i)tv]} -le $#msgTags ]]; then printf "%s\n%s\n" "Media available on odin" "${title}" \ - | uux -r -p -n 'hel!notify-gkleen' -a download_youtube -u normal \ - && print "Sent notification to hel via uucp" + | uux -r -p -n '@remoteNode@!notify-gkleen' -a download_youtube -u normal \ + && print "Sent notification to @remoteNode@ via uucp" else - queue.hel -r "${filename}" && notmuch tag '-inbox' '-unread' -- $msgId + queue.@remoteNode@ -r "${filename}" && notmuch tag '-inbox' '-unread' -- $msgId fi else print "Message vanished from inbox" >&2 -- cgit v1.2.3