File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public function stop() {
132
132
}
133
133
134
134
public function command () {
135
- $ command = "$ this ->binary_path -logFile $ this ->logfile $ this ->folder_flag $ this ->key $ this ->folder_path $ this ->force_local_flag $ this ->local_identifier_flag $ this ->only_flag $ this ->only_automate_flag $ this ->proxy_host $ this ->proxy_port $ this ->proxy_user $ this ->proxy_pass $ this ->force_flag $ this ->verbose_flag $ this ->hosts " ;
135
+ $ command = "exec $ this ->binary_path -logFile $ this ->logfile $ this ->folder_flag $ this ->key $ this ->folder_path $ this ->force_local_flag $ this ->local_identifier_flag $ this ->only_flag $ this ->only_automate_flag $ this ->proxy_host $ this ->proxy_port $ this ->proxy_user $ this ->proxy_pass $ this ->force_flag $ this ->verbose_flag $ this ->hosts " ;
136
136
$ command = preg_replace ('/\s+/S ' , " " , $ command );
137
137
return $ command ;
138
138
}
You can’t perform that action at this time.
0 commit comments