pxe: dnsmasq restart, do not cause big error

This commit is contained in:
pedro 2024-11-12 01:20:54 +01:00 committed by Cayo Puigdefabregas
parent 1eef011e29
commit c2464ed3ba

View file

@ -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() {