1 parent 57ddbd3 commit 33e05eeCopy full SHA for 33e05ee
1 file changed
firmware/scripts/ota-release.sh
@@ -22,7 +22,7 @@ set -euo pipefail
22
23
HERE="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
24
REPO="$(cd "$HERE/../.." && pwd)"
25
-ENVF="$HERE/ota-release.env"
+ENVF="${ENVF:-$HERE/ota-release.env}"
26
# shellcheck source=firmware/scripts/sync-files.sh
27
. "$HERE/sync-files.sh" # SYNC_FILES{,_REQUIRED,_OPTIONAL}: the set copied into the SDK example
28
say() { printf '\033[1;36m[ota-release]\033[0m %s\n' "$*"; }
0 commit comments