This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#description=Fixes TBA episodes leftover by sonarr | |
#name=Fix-TBA | |
#arrayStarted=true | |
# Minor edits to work with Unraid User scripts plugin | |
# Changed docker exec -it >> docker exec -t | |
# Add via webui and set hourly task | |
# or add it to /boot/config/plugins/user.scripts/scripts/fixTBA and set hourly | |
################################################################################# |