Fixed fan churning
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user