aboutsummaryrefslogtreecommitdiffstats
path: root/config/countryblock/countryblock.inc
diff options
context:
space:
mode:
authorTom Schaefer <tom@tomschaefer.org>2011-07-05 15:09:53 -0400
committerTom Schaefer <tom@tomschaefer.org>2011-07-05 15:09:53 -0400
commitef3726da9c169c92b450537e9550e5e1af95880c (patch)
treecb31cc0beec6668b90a01c628e6adfc60efc6c9a /config/countryblock/countryblock.inc
parentb20edb5b163eb05cb9711d0a5e60af7157b6d460 (diff)
downloadpfsense-packages-ef3726da9c169c92b450537e9550e5e1af95880c.tar.gz
pfsense-packages-ef3726da9c169c92b450537e9550e5e1af95880c.tar.bz2
pfsense-packages-ef3726da9c169c92b450537e9550e5e1af95880c.zip
rename file extention
Diffstat (limited to 'config/countryblock/countryblock.inc')
-rw-r--r--config/countryblock/countryblock.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/countryblock/countryblock.inc b/config/countryblock/countryblock.inc
index f7f9e33d..f8335d53 100644
--- a/config/countryblock/countryblock.inc
+++ b/config/countryblock/countryblock.inc
@@ -103,8 +103,8 @@ function php_install_command_cb()
exec("cp /tmp/interfaces.txt /usr/local/www/packages/countryblock/interfaces.txt");
unlink_if_exists("/tmp/interfaces.txt");
- exec("cp /tmp/CIDR.tar.gz /usr/local/www/packages/countryblock/CIDR.tar.gz");
- unlink_if_exists("/tmp/CIDR.tar.gz");
+ exec("cp /tmp/CIDR.php /usr/local/www/packages/countryblock/CIDR.tar.gz");
+ unlink_if_exists("/tmp/CIDR.php");
exec("tar xzf /usr/local/www/packages/countryblock/CIDR.tar.gz -C /usr/local/www/packages/countryblock/CIDR");
exec("rm /usr/local/www/packages/countryblock/CIDR.tar.gz");