Silence find permission errors in services-up

This commit is contained in:
beatz174-bit
2026-04-13 08:26:25 +10:00
parent 1a65661474
commit e4dd0394fe
+1
View File
@@ -17,6 +17,7 @@ done < <(
find "$PROJECT_ROOT/apps" "$PROJECT_ROOT/monitoring" "$PROJECT_ROOT/core" \ find "$PROJECT_ROOT/apps" "$PROJECT_ROOT/monitoring" "$PROJECT_ROOT/core" \
-type f \ -type f \
\( -name 'docker-compose.yml' -o -name 'docker-compose.yaml' \) \ \( -name 'docker-compose.yml' -o -name 'docker-compose.yaml' \) \
2>/dev/null \
| sort | sort
) )