From fd831a589095df9ec13445df54edbbe84ff71a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20H=C3=B6gberg?= Date: Tue, 18 Jan 2022 22:39:53 +0100 Subject: [PATCH] Fix path to ssh key I guess you can have any path to the ssh keys, but this will make the sample file match the README, which I think would be good.. --- rffmpeg.yml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rffmpeg.yml.sample b/rffmpeg.yml.sample index d580635..6dea92b 100644 --- a/rffmpeg.yml.sample +++ b/rffmpeg.yml.sample @@ -44,7 +44,7 @@ rffmpeg: # one line per space-separated argument element. args: - "-i" - - "/var/lib/jellyfin/id_rsa" + - "/var/lib/jellyfin/.ssh/id_rsa" # Remote command configuration