fixed dnsmasq file replacement
This commit is contained in:
parent
e41c8347c6
commit
b1907ea8ae
1 changed files with 2 additions and 0 deletions
|
|
@ -39,7 +39,9 @@ sudo systemctl enable CosmicPi-UI.service
|
||||||
|
|
||||||
echo "--- changing static ip address to 192.168.12.1 in standalone mode---"
|
echo "--- changing static ip address to 192.168.12.1 in standalone mode---"
|
||||||
cp -f dhcpcd.conf /etc/dhcpcd.conf
|
cp -f dhcpcd.conf /etc/dhcpcd.conf
|
||||||
|
sudo systemctl stop dnsmasq
|
||||||
cp -f dnsmasq.conf /etc/dnsmasq.conf
|
cp -f dnsmasq.conf /etc/dnsmasq.conf
|
||||||
|
sudo systemctl start dnsmasq
|
||||||
|
|
||||||
#echo"--- preventing this script from running next reboot ---"
|
#echo"--- preventing this script from running next reboot ---"
|
||||||
#chmod +x normalrc.local
|
#chmod +x normalrc.local
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue