Update home/pi/pivilion/config/dnsmasq.hotspot, usr/local/bin/hotspot

This commit is contained in:
v3d 2022-05-04 21:39:36 +00:00
parent 1e31c3a8c8
commit 4453731974
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ server=/1.debian.pool.ntp.org/#
server=/2.debian.pool.ntp.org/#
server=/3.debian.pool.ntp.org/#
server=/deb.debian.org/debian/#
#server=/formatc.hr/#
#server=/formatc.hr/#

View File

@ -8,7 +8,7 @@ then
fi
echo "Configuring components..."
sudo cp -f /home/pi/pivilion/config/hostapd.hotspot /etc/hostapd/hostapd.conf
sudo cp -f /home/pi/pivilion/config/dnsmasq.hotspot /etc/dnsmasq/dnsmasq.conf
sudo cp -f /home/pi/pivilion/config/dnsmasq.hotspot /etc/dnsmasq.conf
sudo cp -rf /home/pi/pivilion/config/html /var/www/
sudo chown -R www-data:www-data /var/www/html
sudo chown root:www-data /var/www/html/.htaccess