diff options
author | Tom Schaefer <tom@tomschaefer.org> | 2011-01-31 22:11:11 -0500 |
---|---|---|
committer | Tom Schaefer <tom@tomschaefer.org> | 2011-01-31 22:11:11 -0500 |
commit | 59228fb815c848136483057090eb0c0138c2f65d (patch) | |
tree | 4b6d3e4650fb8524ebe7c116303877ce72906781 | |
parent | f9d521a550fe04281d827e4d2b18944d7900dd59 (diff) | |
download | pfsense-packages-59228fb815c848136483057090eb0c0138c2f65d.tar.gz pfsense-packages-59228fb815c848136483057090eb0c0138c2f65d.tar.bz2 pfsense-packages-59228fb815c848136483057090eb0c0138c2f65d.zip |
Attempting to remove windows formatting
-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
|