diff options
Diffstat (limited to 'config/countryblock/countryblock.inc')
-rw-r--r-- | config/countryblock/countryblock.inc | 1 |
1 files changed, 1 insertions, 0 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"); |