Ensure dir exists before writing update checklist

This commit is contained in:
Asher
2026-05-19 10:13:01 -08:00
parent ef7ea3e515
commit 359b40d422
3 changed files with 2 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ nodeArch() {
run-steps() {
local -i failed=0
mkdir -p .cache
rm -f .cache/checklist
while (( $# )) ; do
local name=$1 ; shift