lidarr-flac2mp3 update/add workflows

This commit is contained in:
aptalca
2023-05-18 13:42:11 -04:00
parent ecbe9cc81b
commit 8c5a7c4fbc
8 changed files with 75 additions and 114 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