Update 98-striptracks

Fixed the inconsistent stat command after a change to chown
This commit is contained in:
TheCaptain989
2020-10-07 20:17:49 -05:00
parent 52ce0f24f7
commit 8c6a8eb62d
+1 -1
View File
@@ -34,7 +34,7 @@ if [ ! -f /usr/bin/mkvmerge ]; then
fi
# Change ownership
if [ $(stat -c '%G' /usr/local/bin/striptracks.sh) != "users" ]; then
if [ $(stat -c '%G' /usr/local/bin/striptracks.sh) != "abc" ]; then
echo "Changing ownership on scripts."
chown abc:abc /usr/local/bin/striptracks*.sh
fi