radarr-striptracks update/add workflows

This commit is contained in:
aptalca
2023-05-18 14:37:49 -04:00
parent ab57c411eb
commit a53abee282
10 changed files with 74 additions and 115 deletions
@@ -25,7 +25,7 @@ do
# Change ownership
if [ $(stat -c '%G' $file) != "abc" ]; then
echo "Changing ownership on $file script."
chown abc:abc $file
lsiown abc:abc $file
fi
# Make executable