mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-02-03 23:30:48 +00:00
Update hotspot
This commit is contained in:
parent
bec1f14598
commit
c9b006956d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue