This commit is contained in:
2026-03-05 02:27:49 -08:00
parent 104e7bd4cc
commit 86538fe574
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ EOF
log "Begin ${SUB_STAGE_DIR}/${RUN_SCRIPT}"
"./${RUN_SCRIPT}"
log "End ${SUB_STAGE_DIR}/${RUN_SCRIPT}"
elif [ -f ${i}-run.sh ]; then
elif [ "${RUN_SCRIPT}" = "${i}-run.sh" ] && [ -f "${SUB_STAGE_DIR}/${i}-run.sh" ]; then
log "Skip ${SUB_STAGE_DIR}/${i}-run.sh (not executable)"
fi
done
+2 -2
View File
@@ -21,6 +21,6 @@ bc
gpg
pigz
arch-test
squashfs-tools
mksquashfs:squashfs-tools
xorriso
mtools
mformat:mtools