File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -334,8 +334,8 @@ test_decypharr_dir_mount() {
334334 # not permitted" on chown and, if the host file is missing, Docker creates
335335 # a directory at the host path — both trigger a crash-loop. The official
336336 # Decypharr docs mount the entire config directory to /app.
337- if grep -q ' decypharr:/app' " $PROJECT_ROOT /docker-compose.yml" 2> /dev/null && \
338- ! grep -q ' config.json:/app' " $PROJECT_ROOT /docker-compose.yml" 2> /dev/null; then
337+ if grep -q ' decypharr:/app' " $PROJECT_ROOT /docker-compose.yml" 2> /dev/null &&
338+ ! grep -q ' config.json:/app' " $PROJECT_ROOT /docker-compose.yml" 2> /dev/null; then
339339 pass " Decypharr config directory is mounted to /app (compatible with v2.0)"
340340 else
341341 fail " Decypharr uses file-level bind mount for config.json (will crash-loop with v2.0 — use directory mount)"
You can’t perform that action at this time.
0 commit comments