Skip to content

Commit

Permalink
build can now only use openhabian.conf, too
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <markus.storm@gmx.net>
  • Loading branch information
mstormi committed Mar 25, 2023
1 parent a4e9172 commit c1c914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# shellcheck disable=SC2016
# shellcheck disable=SC1090
set -e

####################################################################
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c1c914b

Please sign in to comment.