Explorar el Código

Use grand instead of delete

Use grand instead of delete
Deben Oldert hace 11 años
padre
commit
3319f18644
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      captiveportal/firewall/rules.sh

+ 1 - 1
captiveportal/firewall/rules.sh

@@ -45,7 +45,7 @@ then
   fi
 
 #If action is permitting acces to internet, delete rule to portal
-if [ "$1" == "delete" ]
+if [ "$1" == "grand" ]
   then
     #check if $2 (ip adress) not empty
     if [[ ! -z "$2" ]]