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 " Executing Tasks: $(date)"
echo "-------------------------------------------------------------" echo "-------------------------------------------------------------"
echo recyclarr sync
echo ">>> Sonarr <<<"
echo
recyclarr sonarr
echo
echo ">>> Radarr <<<"
echo
recyclarr radarr

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

Loading…
Cancel
Save