pxe: dnsmasq restart, do not cause big error

This commit is contained in:
pedro 2024-11-12 01:20:54 +01:00
parent 768851090a
commit fb7e768229
1 changed files with 1 additions and 1 deletions

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