refactor(cli): remove custom cli backends

This commit is contained in:
Peter Steinberger
2026-04-05 18:04:02 +01:00
parent 8f9b1ad48d
commit 6243806f7b
77 changed files with 1241 additions and 2491 deletions

View File

@@ -100,6 +100,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