Skip to content

Commit

Permalink
leave alone .device-id when purging Codecs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Jan 8, 2024
1 parent dc9312f commit 56b14df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/init-setup/run
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,5 @@ done
## Purge Codecs folder
if [[ "${PLEX_PURGE_CODECS}" == "true" ]]; then
echo "Purging Codecs folder..."
rm -rf "${CONFIG_DIR}/Codecs"
find "${CONFIG_DIR}/Codecs" -mindepth 1 -not -name '.device-id' -delete
fi

0 comments on commit 56b14df

Please sign in to comment.