diff --git a/pxe/install-pxe.sh b/pxe/install-pxe.sh index 12e71c4..4f08826 100755 --- a/pxe/install-pxe.sh +++ b/pxe/install-pxe.sh @@ -93,7 +93,7 @@ pxe-service=x86PC,"Network Boot",pxelinux enable-tftp tftp-root=${tftp_path} END - sudo systemctl restart dnsmasq + sudo systemctl restart dnsmasq || true } install_netboot() {