diff options
author | Tom Schaefer <tom@tomschaefer.org> | 2011-07-05 15:09:53 -0400 |
---|---|---|
committer | Tom Schaefer <tom@tomschaefer.org> | 2011-07-05 15:09:53 -0400 |
commit | ef3726da9c169c92b450537e9550e5e1af95880c (patch) | |
tree | cb31cc0beec6668b90a01c628e6adfc60efc6c9a /config/countryblock/countryblock.inc | |
parent | b20edb5b163eb05cb9711d0a5e60af7157b6d460 (diff) | |
download | pfsense-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.inc | 4 |
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"); |