diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.update_urltables | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.update_urltables b/etc/rc.update_urltables index fcb60d3..3db0da3 100755 --- a/etc/rc.update_urltables +++ b/etc/rc.update_urltables @@ -40,10 +40,10 @@ if (count($todo) > 0) { exec("/sbin/pfctl -t " . escapeshellarg($t['name']) . " -T replace -f /var/db/aliastables/" . escapeshellarg($t['name']) . ".txt 2>&1", $result); log_error("{$argv[0]}: Updated {$t['name']} content from {$t['url']}: {$result[0]}"); } elseif ($r == -1) { - log_error("{$argv[0]}: {$t['name']} does not need updated."); + log_error("{$argv[0]}: {$t['name']} does not need updating."); } else { log_error("{$argv[0]}: ERROR: could not update {$t['name']} content from {$t['url']}"); } } } -?>
\ No newline at end of file +?> |