From 4a52f64913b917f1d227459f704804f810071680 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 12 Dec 2022 06:28:56 -0500 Subject: [PATCH] 1.0.012 - Remove chmod --- root/scripts/Extras.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root/scripts/Extras.bash b/root/scripts/Extras.bash index 05f6cdc..ae58e15 100644 --- a/root/scripts/Extras.bash +++ b/root/scripts/Extras.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.011" +scriptVersion="1.0.012" arrEventType="$sonarr_eventtype" arrItemId=$sonarr_series_id tmdbApiKey="3b7751e3179f796565d88fdb2fcdf426" @@ -41,7 +41,6 @@ if [ -f "/config/logs/Extras.txt" ]; then fi touch "/config/logs/Extras.txt" -chmod 666 "/config/logs/Extras.txt" exec &> >(tee -a "/config/logs/Extras.txt") if [ "$arrEventType" == "Test" ]; then