diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-23 21:12:35 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-23 21:12:35 +0000 |
commit | b2988d41441deadaed2e3c2fdc2dfd1fa6a17791 (patch) | |
tree | b17562d7d61d211844f747f3c23a1e14f83af14d /packages | |
parent | b85355717c88ba39ba8ce10de5fa0df2de971494 (diff) | |
download | pfsense-packages-b2988d41441deadaed2e3c2fdc2dfd1fa6a17791.tar.gz pfsense-packages-b2988d41441deadaed2e3c2fdc2dfd1fa6a17791.tar.bz2 pfsense-packages-b2988d41441deadaed2e3c2fdc2dfd1fa6a17791.zip |
Sync other machine in the background to speed up filter_configure()
Diffstat (limited to 'packages')
-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 8e494abe..723d92df 100644 --- a/packages/carp_sync_client.php +++ b/packages/carp_sync_client.php @@ -78,7 +78,7 @@ if($already_processed != 1) unlink_if_exists("{$g['tmp_path']}/shaper_section.txt"); /* execute configuration on remote host */ - mwexec("/usr/bin/ssh {$synchronizetoip} /usr/local/pkg/carp_sync_server.php"); + mwexec("/usr/bin/ssh {$synchronizetoip} /usr/local/pkg/carp_sync_server.php &"); } } } |