|
|
@ -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
|
|
|
|