Loading src/mido.sh +1 −1 Original line number Diff line number Diff line Loading @@ -514,7 +514,7 @@ verifyFile() { fi if [[ "$hash" == "$check" ]]; then info "Succesfully verified ISO!" && return 0 info "Successfully verified ISO!" && return 0 fi error "The downloaded file has an unknown $algo checksum: $hash , as the expected value was: $check. Please report this at $SUPPORT/issues" Loading src/power.sh +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ boot() { grep -Fq "BOOTMGR is missing" "$QEMU_PTY" && fail="y" fi if [ -z "$fail" ]; then info "Windows started succesfully, visit http://127.0.0.1:8006/ to view the screen..." info "Windows started successfully, visit http://127.0.0.1:8006/ to view the screen..." return 0 fi fi Loading Loading
src/mido.sh +1 −1 Original line number Diff line number Diff line Loading @@ -514,7 +514,7 @@ verifyFile() { fi if [[ "$hash" == "$check" ]]; then info "Succesfully verified ISO!" && return 0 info "Successfully verified ISO!" && return 0 fi error "The downloaded file has an unknown $algo checksum: $hash , as the expected value was: $check. Please report this at $SUPPORT/issues" Loading
src/power.sh +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ boot() { grep -Fq "BOOTMGR is missing" "$QEMU_PTY" && fail="y" fi if [ -z "$fail" ]; then info "Windows started succesfully, visit http://127.0.0.1:8006/ to view the screen..." info "Windows started successfully, visit http://127.0.0.1:8006/ to view the screen..." return 0 fi fi Loading