mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-29 16:47:17 +00:00
Update hotspot
This commit is contained in:
parent
bec1f14598
commit
c9b006956d
@ -8,7 +8,7 @@ then
|
||||
sudo cp -rT /home/pi/pivilion/config/html /var/www/html/pivilion/gen
|
||||
fi
|
||||
echo "Configuring components..."
|
||||
if sudo ! test -f /etc/hostapd/hostapd.conf;
|
||||
if ! test -f /etc/hostapd/hostapd.conf;
|
||||
then sudo cp -f /home/pi/pivilion/config/hostapd.hotspot /etc/hostapd/hostapd.conf
|
||||
fi
|
||||
sudo cp -f /home/pi/pivilion/config/dnsmasq.hotspot /etc/dnsmasq.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user