From fb7e76822978d692fd8e7a118588fd6e2003b9b3 Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 12 Nov 2024 01:20:54 +0100 Subject: [PATCH] pxe: dnsmasq restart, do not cause big error --- pxe/install-pxe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {