This commit is contained in:
2025-11-17 16:15:54 +02:00
parent 05d02e1e89
commit 826519e4f2

View File

@@ -145,6 +145,11 @@ dispatch_task() {
base_task="update-indoor"
extra_nbplay_opts+=("-erebootin=${n}")
log "Parsed update-indoor suffix: ${n}h (passed as -e rebootin=${n})"
elif [[ "$task" =~ ^update-indoor-bootenv_([0-9]{1,4})$ ]]; then
n="${BASH_REMATCH[1]}"
base_task="update-indoor-bootenv"
extra_nbplay_opts+=("-erebootin=${n}")
log "Parsed update-indoor-bootenv suffix: ${n}h (passed as -e rebootin=${n})"
fi
# --- Default rebootin for reboot-family when not explicitly provided ---