Skip to content

Commit e59776a

Browse files
authored
Fix missing directory (#109)
1 parent 0893d6b commit e59776a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ function run_build() {
341341

342342
function convert_to_json() {
343343
# Convert [build|config].[yml|yaml] to json in a temp directory
344+
mkdir -p /tmp/build_config
344345
for file in config build; do
345346
if bashio::fs.file_exists "${TARGET}/${file}.yml"; then
346347
yq e -N -M -o=json "${TARGET}/${file}.yml" > "/tmp/build_config/${file}.json"

0 commit comments

Comments
 (0)