From ba3ed24262e434d9ce155d62aba2f0594db11ce6 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 12 Dec 2022 06:31:22 -0500 Subject: [PATCH] Remove chmod --- root/scripts/PlexNotify.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root/scripts/PlexNotify.bash b/root/scripts/PlexNotify.bash index 2c3cafc..c14fbee 100644 --- a/root/scripts/PlexNotify.bash +++ b/root/scripts/PlexNotify.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.005" +scriptVersion="1.0.006" notfidedBy="Radarr" arrRootFolderPath="$(dirname "$radarr_movie_path")" @@ -16,7 +16,6 @@ if [ -f "/config/logs/PlexNotify.txt" ]; then fi touch "/config/logs/PlexNotify.txt" exec &> >(tee -a "/config/logs/PlexNotify.txt") -chmod 666 "/config/logs/PlexNotify.txt" log () { m_time=`date "+%F %T"`