Silence find permission errors in services-up
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user