chore(docker): Update docker image to use new CLI features

pull/201/head
Robert Dailey 1 year ago
parent 8d26d891d3
commit e326a3754a

@ -4,12 +4,4 @@ echo "-------------------------------------------------------------"
echo " Executing Tasks: $(date)"
echo "-------------------------------------------------------------"
echo
echo ">>> Sonarr <<<"
echo
recyclarr sonarr
echo
echo ">>> Radarr <<<"
echo
recyclarr radarr
recyclarr sync

@ -4,7 +4,7 @@ set -e
config=/config/recyclarr.yml
if [[ "$RECYCLARR_CREATE_CONFIG" = true && ! -f "$config" ]]; then
echo "Creating default recyclarr.yml file..."
recyclarr create-config
recyclarr config create
fi
# If the script has any arguments, invoke the CLI instead

Loading…
Cancel
Save