From 17e737792fe5d072a6a863f36f2fb59ab6e36c3d Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 7 Nov 2017 17:05:09 +0000 Subject: [PATCH] Fixed path --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 9fbb95da..dc30f127 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -108,7 +108,7 @@ function create_raspap_directories() { # Generate logging enable/disable files for hostapd function create_logging_scripts() { sudo mkdir /etc/raspap/hostapd - sudo mv /var/www/html/installers/*log.sh /etc/rasp/hostapd + sudo mv /var/www/html/installers/*log.sh /etc/raspap/hostapd } # Fetches latest files from github to webroot