diff options
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 &"); } } } |