Skip to content

Commit

Permalink
bunny is right
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar committed Jan 3, 2025
1 parent 3f0606a commit 4e164f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailscale/rootfs/etc/s6-overlay/scripts/stage2_hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ declare share_homeassistant share_on_port
# where set -e is not propagated inside the function and bashio relies on set -e for api error handling
function try {
set +e
(set -e; $@)
(set -e; "$@")
declare -gx TRY_ERROR=$?
set -e
}
Expand Down

0 comments on commit 4e164f3

Please sign in to comment.