Skip to content

Commit

Permalink
Bump plex-preferences script
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed Feb 4, 2024
1 parent 5bf7608 commit 4feadf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/plex/plex-preferences.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ EOF
fi

# If preferences file is non-empty, then create a backup
if [ $(grep xml "${prefFile})" ]; then
if [ $(grep xml "${prefFile}") ]; then
cp "${prefFile}" "${prefFile}-backup"
fi

Expand Down

0 comments on commit 4feadf0

Please sign in to comment.