scripts/network-boot: run http server in background instead of dnsmasq so sudo is in foreground

This commit is contained in:
Jeremy Soller 2026-04-30 12:48:48 -06:00
parent 661aac7b74
commit c2daab5320

View File

@ -48,5 +48,5 @@ ARGS=(
"--dhcp-boot=tag:ipxe,redox.ipxe" "--dhcp-boot=tag:ipxe,redox.ipxe"
) )
sudo dnsmasq "${ARGS[@]}"& python3 -m http.server -b "${NETWORK}.1" -d "${BUILD}" "8080"&
python3 -m http.server -b "${NETWORK}.1" -d "${BUILD}" "8080" sudo dnsmasq "${ARGS[@]}"