From 82cbdfc56d2f6f6ffdfd5aa5bdbfd06ee0611c99 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 28 Apr 2018 12:55:44 +0200 Subject: Start uucico via systemd --- odin/strm/download_youtube | 1 - odin/strm/send_kitty | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/odin/strm/download_youtube b/odin/strm/download_youtube index adc22176..cd30708b 100644 --- a/odin/strm/download_youtube +++ b/odin/strm/download_youtube @@ -323,7 +323,6 @@ printf ">>> %s <<<\n %s\n" "${msgId}" "${message}" else queue.hel -r "${filename}" && notmuch tag '-inbox' '-unread' -- $msgId fi - systemctl --no-block start uucico@hel.service else print "Message vanished from inbox" >&2 fi diff --git a/odin/strm/send_kitty b/odin/strm/send_kitty index a294d84c..60eb11ec 100644 --- a/odin/strm/send_kitty +++ b/odin/strm/send_kitty @@ -37,5 +37,5 @@ fi newFile="${concatDir}/$(date +'%Y-%m-%d-%H-%M-%S').mkv" @ffmpeg@/bin/ffmpeg -safe 0 -f concat -i =(awk $'{ print "file \'"$0"\'" }' ${fList}) -c copy -metadata "description=$(xargs -a ${fList} -- basename -s ".mkv")" ${newFile} -queue.hel ${newFile} +queue.hel -r ${newFile} ln -vfs $(realpath --relative-to=${lastFile:h} ${newFile}) ${lastFile} -- cgit v1.2.3