aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-23 21:12:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-23 21:12:35 +0000
commitb2988d41441deadaed2e3c2fdc2dfd1fa6a17791 (patch)
treeb17562d7d61d211844f747f3c23a1e14f83af14d /packages
parentb85355717c88ba39ba8ce10de5fa0df2de971494 (diff)
downloadpfsense-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.php2
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 &");
}
}
}