fix(bootstrap): allow online fallback after offline installer failure
This commit is contained in:
parent
12d9bb327f
commit
cd630c45d5
@ -919,7 +919,12 @@ try_bootstrap_from_offline_package() {
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
error "Offline package installer failed after making deployment changes; online fallback was not started."
|
if offline_mode_is_force; then
|
||||||
|
error "Offline package installer failed after making deployment changes."
|
||||||
|
fi
|
||||||
|
|
||||||
|
warn "Offline package installer failed after making deployment changes; falling back to online bootstrap."
|
||||||
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
linux_default_console_user() {
|
linux_default_console_user() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user