Skip to content

Commit

Permalink
Make temp dir visible
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jun 20, 2024
1 parent 8a39ea5 commit 12d15ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ case "$os" in
}

echo -e "\nDownloading macOS Recovery Image"
workdir=$(mktemp -d "$HOME/.tmp.XXXXXX")
workdir=$(mktemp -d "$HOME/tmp.XXXXXX")
imgdir=$(mktemp -d)
cd "${workdir}"
if [[ ${verbose} = "-v" ]]
Expand Down

0 comments on commit 12d15ed

Please sign in to comment.