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 /config/countryblock/execute.sh | |
parent | f9d521a550fe04281d827e4d2b18944d7900dd59 (diff) | |
download | pfsense-packages-59228fb815c848136483057090eb0c0138c2f65d.tar.gz pfsense-packages-59228fb815c848136483057090eb0c0138c2f65d.tar.bz2 pfsense-packages-59228fb815c848136483057090eb0c0138c2f65d.zip |
Attempting to remove windows formatting
Diffstat (limited to 'config/countryblock/execute.sh')
-rw-r--r-- | config/countryblock/execute.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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
|