removed lighttpd config files, as the frontend now uses defaults

This commit is contained in:
Kristjan Komlosi
2019-11-11 16:58:58 +01:00
parent 95e22b5d1f
commit a4dca60892

View File

@@ -5,7 +5,6 @@ apt install -y python3 python3-pip lighttpd dnsmasq hostapd libatlas-base-dev
pip3 install numpy pandas flask smbus2 pyserial gunicorn pip3 install numpy pandas flask smbus2 pyserial gunicorn
cp -R hostapd/ /etc cp -R hostapd/ /etc
cp -R lighttpd/ /etc
cp dnsmasq.conf /etc cp dnsmasq.conf /etc
cp rc.local /etc cp rc.local /etc
cp -R ../frontend/* /var/www/html cp -R ../frontend/* /var/www/html