Changes

From Amahi Wiki
Jump to: navigation, search
7 bytes added ,  01:15, 31 January 2014
no edit summary
<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>
12,424

edits