fix: unblock claude docker live lanes

This commit is contained in:
Peter Steinberger
2026-04-06 17:31:03 +01:00
parent e7e3f11b20
commit c7cc89904e
11 changed files with 40 additions and 13 deletions

View File

@@ -96,6 +96,7 @@ if ((${#auth_files[@]} > 0)); then
for auth_file in "${auth_files[@]}"; do
[ -n "$auth_file" ] || continue
if [ -f "/host-auth-files/$auth_file" ]; then
mkdir -p "$(dirname "$HOME/$auth_file")"
cp "/host-auth-files/$auth_file" "$HOME/$auth_file"
chmod u+rw "$HOME/$auth_file" || true
fi