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