<pre>if [ -f /etc/dnsmasq.d/amahi-pxe.conf ]; then
# Skip update
echo;
else
### START amahi-netboot work around ###
cp html/amahi-pxe.conf /etc/dnsmasq.d/amahi-pxe.conf;
# restart dnsmasq
systemctl restart dnsmasq.service;
### END amahi-netboot work around ###
fi</pre>