diff options
Diffstat (limited to 'config/countryblock')
-rw-r--r-- | config/countryblock/countryblock.inc | 1 | ||||
-rw-r--r-- | config/countryblock/countryblock.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config/countryblock/countryblock.inc b/config/countryblock/countryblock.inc index 25077311..f7f9e33d 100644 --- a/config/countryblock/countryblock.inc +++ b/config/countryblock/countryblock.inc @@ -82,6 +82,7 @@ function php_install_command_cb() unlink_if_exists("/tmp/settings.tmp"); //Get scripts exec("cp /tmp/countryblock.sh /usr/local/etc/rc.d/countryblock.sh"); + exec("cp /tmp/countryblock.sh /usr/local/pkg/pf/countryblock.sh"); unlink_if_exists("/tmp/countryblock.sh"); exec("cp /tmp/execute.sh /usr/local/www/packages/countryblock/execute.sh"); unlink_if_exists("/tmp/execute.sh"); diff --git a/config/countryblock/countryblock.xml b/config/countryblock/countryblock.xml index a91a5ed7..57751376 100644 --- a/config/countryblock/countryblock.xml +++ b/config/countryblock/countryblock.xml @@ -41,7 +41,7 @@ <requirements>Active Internet</requirements>
<faq>http://forum.pfsense.org/index.php/topic,25732.0.html</faq>
<name>Country Block Settings</name>
- <version>0.2.0</version>
+ <version>0.2.1</version>
<title>Settings</title>
<include_file>/usr/local/pkg/countryblock.inc</include_file>
<menu>
|