Skip to content

Commit

Permalink
newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Aug 18, 2023
1 parent cddff25 commit df22562
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions usr/bin/dist-installer-cli
Expand Up @@ -1293,6 +1293,7 @@ start_guest(){
esac
}


## Start the hypervisor with the desired guest
start_virtualbox_vm() {
log notice "Starting Virtual Machine(s)."
Expand All @@ -1315,10 +1316,12 @@ start_virtualbox_vm() {
log notice "${underline}Virtual Machine Startup Result:${nounderline} ${green}${bold}'SUCCESS'${nobold}${nocolor}"
}


start_virtualbox_gui() {
virtualbox & disown
}


virtualbox_start_failed() {
if [ "$nested_virtualization_detected" = "true" ] || [ "$virt_detection_success" = "false" ]; then
die 106 "${underline}Virtual Machine Startup Result:${nounderline} ${red}${bold}FAIL${nobold}${nocolor}
Expand Down

0 comments on commit df22562

Please sign in to comment.