diff options
Diffstat (limited to 'config/countryblock')
-rw-r--r-- | config/countryblock/countryblock.sh | 1 | ||||
-rw-r--r-- | config/countryblock/execute.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/countryblock/countryblock.sh b/config/countryblock/countryblock.sh index c979045d..2de62848 100644 --- a/config/countryblock/countryblock.sh +++ b/config/countryblock/countryblock.sh @@ -1,5 +1,6 @@ #!/bin/sh
+#version 2.0
#check if countryblock running
export resultr=`pfctl -s rules | grep -c countryblock`
#echo $resultr
diff --git a/config/countryblock/execute.sh b/config/countryblock/execute.sh index f30e9d20..5d33345e 100644 --- a/config/countryblock/execute.sh +++ b/config/countryblock/execute.sh @@ -1,5 +1,6 @@ #!/bin/sh
+#version 2.0
#is countryblock running
#export resultr=`pfctl -s rules | grep -c countryblock`
#echo $resultr
|