We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313b982 commit c1f42b1Copy full SHA for c1f42b1
services/agent/src/simcore_service_agent/services/backup.py
@@ -138,7 +138,7 @@ async def _ensure_permissions_on_source_dir(source_dir: Path) -> None:
138
self_container = await _get_self_container()
139
await run_command_in_container(
140
self_container,
141
- command=f"chmod -R o+rX '{source_dir}'",
+ command=f"chmod -R a+rX '{source_dir}'",
142
timeout=_TIMEOUT_PERMISSION_CHANGES.total_seconds(),
143
)
144
0 commit comments