diff options
Diffstat (limited to 'packages/carp_sync_client.php')
-rw-r--r-- | packages/carp_sync_client.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp_sync_client.php b/packages/carp_sync_client.php index f7c9e90a..f94a04fe 100644 --- a/packages/carp_sync_client.php +++ b/packages/carp_sync_client.php @@ -41,7 +41,7 @@ if($already_processed != 1) fwrite($fout, $current_rules_section); fclose($fout); mwexec("/usr/bin/scp {$g['tmp_path']}/filter_section.txt root@{$synchronizetoip}:/tmp/"); - unlink("{$g['tmp_path']}/rules_section.txt"); + unlink("{$g['tmp_path']}/filter_section.txt"); } if($carp['synchronizenat'] <> "") { $current_nat_section = backup_config_section("nat"); |