From a00c31c3da1590ef30cfdf548e31de2bef07b0e4 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 11 Aug 2023 15:32:36 +0000 Subject: [PATCH] Update setup.bash --- sonarr/setup.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sonarr/setup.bash b/sonarr/setup.bash index 9aa9140..3248b2c 100644 --- a/sonarr/setup.bash +++ b/sonarr/setup.bash @@ -21,6 +21,9 @@ pip install --upgrade --no-cache-dir -U \ yq echo "************ setup SMA ************" echo "************ setup directory ************" +if [ -d /config/extended/sma ]; then + rm -rf /config/extended/sma +fi mkdir -p /config/extended/sma echo "************ download repo ************" git clone https://github.com/mdhiggins/sickbeard_mp4_automator.git /config/extended/sma