Remove chmod

pull/49/head
RandomNinjaAtk 1 year ago committed by GitHub
parent 20eb9f537f
commit 31014eb6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.016"
scriptVersion="1.0.017"
arrEventType="$radarr_eventtype"
arrItemId=$radarr_movie_id
tmdbApiKey="3b7751e3179f796565d88fdb2fcdf426"
@ -40,7 +40,6 @@ if [ -f "/config/logs/MovieExtras.txt" ]; then
fi
touch "/config/logs/MovieExtras.txt"
chmod 666 "/config/logs/MovieExtras.txt"
exec &> >(tee -a "/config/logs/MovieExtras.txt")
log () {

Loading…
Cancel
Save