Selaa lähdekoodia

Update InstallMe.sh

assume-breach 3 vuotta sitten
vanhempi
sitoutus
616ea4eb70
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      DoubleVision/InstallMe.sh

+ 2 - 1
DoubleVision/InstallMe.sh

@@ -11,7 +11,6 @@ sudo apt install tmux apache2 iptables git npm php dnsmasq apache2 dnsmasq-base
 
 git clone https://github.com/adamff24/PwrDeauther.git
 
-cp -f hostapd.conf /etc/hostapd/
 
 cp -f dnsmasq.conf /etc/
 
@@ -21,6 +20,8 @@ chown -R www-data:www-data /var/www/html
 
 chown root:www-data /var/www/html/.htaccess
 
+chmod 777 /var/www/html/creds.txt
+
 cp -f override.conf /etc/apache2/conf-available/
 
 cd /etc/apache2/conf-enabled