From 5265ba9ae92329545fce8590b29b919759deb719 Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Sat, 15 Feb 2020 22:02:36 +0100 Subject: [PATCH] hotfix #2 --- etcs/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etcs/install.sh b/etcs/install.sh index 1015f82..d381941 100755 --- a/etcs/install.sh +++ b/etcs/install.sh @@ -9,8 +9,9 @@ pip3 install numpy pandas flask smbus2 pyserial gunicorn cp -R hostapd/ /etc chmod +rx /etc/hostapd/edit_ssid.sh cp dnsmasq.conf /etc + cp rc.local /etc -chmod +rx /etc/rc.conf +chmod +rx /etc/rc.local cp interfaces-terahz /etc/network/interfaces.d/ cp -R ../frontend/* /var/www/