From 7fb19893432d153f1ad574e7a05a138ada341b4d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 7 Jul 2026 09:37:15 +0200 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- claude_desktop/rootfs/etc/cont-init.d/82-claude_tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude_desktop/rootfs/etc/cont-init.d/82-claude_tools.sh b/claude_desktop/rootfs/etc/cont-init.d/82-claude_tools.sh index 451d10eec0..631391aac0 100755 --- a/claude_desktop/rootfs/etc/cont-init.d/82-claude_tools.sh +++ b/claude_desktop/rootfs/etc/cont-init.d/82-claude_tools.sh @@ -1,7 +1,7 @@ #!/usr/bin/with-contenv bashio # shellcheck shell=bash set -e - +set -o pipefail mkdir -p "$HOME/.claude" if bashio::config.true 'install_headroom'; then