v1.0.001 - Enable logging

pull/1/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 9c84d98372
commit e4fccf95fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
scriptVersion="1.0.000" scriptVersion="1.0.001"
arrEventType="$sonarr_eventtype" arrEventType="$sonarr_eventtype"
arrItemId=$sonarr_series_id arrItemId=$sonarr_series_id
tmdbApiKey="3b7751e3179f796565d88fdb2fcdf426" tmdbApiKey="3b7751e3179f796565d88fdb2fcdf426"
@ -42,7 +42,7 @@ if [ "$arrEventType" == "Test" ]; then
exit 0 exit 0
fi fi
#exec &>> "/config/logs/Extras.txt" exec &>> "/config/logs/Extras.txt"
chmod 666 "/config/logs/Extras.txt" chmod 666 "/config/logs/Extras.txt"
if [ "$enableExtras" != "true" ]; then if [ "$enableExtras" != "true" ]; then

Loading…
Cancel
Save