1615
This commit is contained in:
@@ -145,6 +145,11 @@ dispatch_task() {
|
|||||||
base_task="update-indoor"
|
base_task="update-indoor"
|
||||||
extra_nbplay_opts+=("-erebootin=${n}")
|
extra_nbplay_opts+=("-erebootin=${n}")
|
||||||
log "Parsed update-indoor suffix: ${n}h (passed as -e rebootin=${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
|
fi
|
||||||
|
|
||||||
# --- Default rebootin for reboot-family when not explicitly provided ---
|
# --- Default rebootin for reboot-family when not explicitly provided ---
|
||||||
|
|||||||
Reference in New Issue
Block a user