Skip to content

Commit

Permalink
Create final_iso directory if it does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
dshchedr authored and yrobla committed Jan 13, 2021
1 parent 0f38fca commit a7eac25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rhcos-iso/generate_rhcos_iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ fi
rm -rf /tmp/coreos
rm -f $FINAL_ISO_PATH

# create output folder if it does not exist
mkdir -p $(dirname $FINAL_ISO_PATH)

pushd /tmp
mkdir -p coreos
mkdir -p custom_coreos
Expand Down

0 comments on commit a7eac25

Please sign in to comment.