From c1c914b5219c9d888b8cb1f8ce12edbfd1450b18 Mon Sep 17 00:00:00 2001 From: Markus Storm Date: Sun, 26 Mar 2023 00:18:04 +0100 Subject: [PATCH] build can now only use openhabian.conf, too Signed-off-by: Markus Storm --- build.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bash b/build.bash index f4193ee50..3518a978c 100755 --- a/build.bash +++ b/build.bash @@ -1,5 +1,6 @@ #!/usr/bin/env bash # shellcheck disable=SC2016 +# shellcheck disable=SC1090 set -e #################################################################### @@ -232,7 +233,6 @@ exec &> >(tee -a "openhabian-build-${timestamp}.log") # Load config, create temporary build folder, cleanup sourceFolder="build-image" -# shellcheck disable=SC1090 if [[ -f "${sourceFolder}/openhabian.${hwPlatform}.conf" ]]; then source "${sourceFolder}/openhabian.${hwPlatform}.conf" else