diff options
Diffstat (limited to 'config/ipblocklist/ipblocklist.inc')
-rwxr-xr-x | config/ipblocklist/ipblocklist.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/ipblocklist/ipblocklist.inc b/config/ipblocklist/ipblocklist.inc index c5ce30f4..9f1c5ad0 100755 --- a/config/ipblocklist/ipblocklist.inc +++ b/config/ipblocklist/ipblocklist.inc @@ -3,7 +3,7 @@ /* /* ========================================================================== */ /* - ipblocklist.inc v2 + ipblocklist.inc v2.1 Copyright (C) 2010 Tom Schaefer All rights reserved. */ @@ -105,6 +105,8 @@ function php_install_command() unlink_if_exists("/tmp/convert-execute.sh"); exec("cp /tmp/IP-Blocklist.sh /usr/local/etc/rc.d/IP-Blocklist.sh"); unlink_if_exists("/tmp/IP-Blocklist.sh"); + //Touch files + touch /usr/local/www/packages/ipblocklist/wlists.txt @@ -127,4 +129,4 @@ function deinstall_command() conf_mount_ro(); } -?>
\ No newline at end of file +?> |