From 837906f6a567f3a5506efa0e1630e9e550b698fb Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Sun, 10 Nov 2019 17:58:54 +0100 Subject: [PATCH] fixed install script issues --- etcs/install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/etcs/install.sh b/etcs/install.sh index f002976..ba532b9 100644 --- a/etcs/install.sh +++ b/etcs/install.sh @@ -9,12 +9,11 @@ cp -R lighttpd/ /etc cp dnsmasq.conf /etc cp rc.local /etc cp -R ../frontend /var/www/html -cd /etc/lighttpd -chmod +x edit_ssid.sh -./edit_ssid - mkdir -p /usr/local/lib/TeraHz cp -R ../backend/* /usr/local/lib/terahz +cd /etc/lighttpd +chmod +x edit_ssid.sh +./edit_ssid.sh systemctl unmask dnsmasq hostapd lighttpd systemctl enable dnsmasq hostapd lighttpd