Parcourir la source

Small bug fixed

Deben Oldert il y a 11 ans
Parent
commit
27db624461
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      captiveportal/firewall/ip-generator.sh

+ 1 - 1
captiveportal/firewall/ip-generator.sh

@@ -7,7 +7,7 @@ VERSION="V1.2.4"
 echo "IP generator"
 echo "Copy right: Deben Oldert"
 echo "Version: $VERSION"
-rm -f /users; touch /users
+rm -f /portal/users; touch /portal/users
 #Ask the ip range
 echo "Enter your start ip"
 read firstip