[BF] for Linux mosquitto_sub
This commit is contained in:
parent
a6b0c80e5b
commit
5ef7d21865
@ -30,7 +30,7 @@ namespace Dashboard.Connector {
|
||||
if (this.settings.ContainsKey("key")) {
|
||||
args += "--key " + this.settings["key"] + " ";
|
||||
}
|
||||
this.p.StartInfo.Arguments = args+"-t /# -v -d";
|
||||
this.p.StartInfo.Arguments = args+"-t \"#\" -v -d";
|
||||
this.p.StartInfo.CreateNoWindow = true;
|
||||
this.p.StartInfo.UseShellExecute = false;
|
||||
this.p.StartInfo.RedirectStandardOutput = true;
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user