From 9d70f8738301c42e06a3497378d7950b0b4b41ff Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 12 Jul 2023 12:26:51 +0000 Subject: [PATCH] bug fix --- sonarr/setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarr/setup.bash b/sonarr/setup.bash index 8be7ea7..2d18885 100644 --- a/sonarr/setup.bash +++ b/sonarr/setup.bash @@ -94,7 +94,7 @@ echo "Done" if [ ! -f /config/extended.conf ]; then echo "Download Extended config..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/extended.conf -o /config/extended.conf - chmod 777 /config/extended/extended.conf + chmod 777 /config/extended.conf echo "Done" fi