Fixed fan churning

This commit is contained in:
2026-06-01 23:53:43 +08:00
parent 4e8e1896cf
commit a46c304df2
2 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -239,7 +239,8 @@ log "Expected config partition after flash: $TARGET_CONFIG_PART"
log "Target disk info:"
diskutil info "$TARGET_DISK" || die "Unable to inspect target disk"
if ! [ "$1" == "config" ]; then
CONF_ONLY="${1:-}"
if ! [ "$CONF_ONLY" == "config" ]; then
echo
printf "Type 'YES' to continue: "
read -r CONFIRM