Skip to content

Commit

Permalink
hostapp-update-hooks: 1-bootfiles: Check for os-helpers-sb before inc…
Browse files Browse the repository at this point in the history
…luding

The `os-helpers-sb` file is only included for signed builds.

Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
  • Loading branch information
alexgg committed May 11, 2024
1 parent 91dad6c commit 55ea286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -o errexit
# shellcheck disable=SC1091
. /usr/libexec/os-helpers-logging
# shellcheck disable=SC1091
. /usr/libexec/os-helpers-sb
[ -f /usr/libexec/os-helpers-sb ] && . /usr/libexec/os-helpers-sb
# shellcheck disable=SC1091
. /usr/sbin/balena-config-defaults

Expand Down

0 comments on commit 55ea286

Please sign in to comment.