From 05d2bcaf7d273c40574600706b05936008c7e0b8 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Tue, 31 May 2022 15:06:43 -0500 Subject: [PATCH] chore: Fix issue with appdata path in docker image --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 87b80986..104693bb 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -5,7 +5,7 @@ if [ ! -f "$HOME/recyclarr.yml" ]; then su-exec recyclarr recyclarr create-config --path "$HOME" fi -appdata="--app-data \"$HOME\"" +appdata="--app-data $HOME" # If the script has any arguments, invoke the CLI instead. This allows the image to be used as a CLI # with something like: