Skip to content

Commit 16e6e4e

Browse files
authored
Merge pull request #437 from daniellasry/development
Fixed a pad bath for the HUB in Linux
2 parents b242230 + 8517030 commit 16e6e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenBCI_GUI/OpenBCI_GUI.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ void hubStart() {
597597
nodeHubby = launch(dataPath("/OpenBCIHub/OpenBCIHub.exe"));
598598
} else if (isLinux()) {
599599
println("OpenBCI_GUI: hubStart: OS Detected: Linux");
600-
nodeHubby = exec(dataPath("/OpenBCIHub/OpenBCIHub"));
600+
nodeHubby = exec(dataPath("./OpenBCIHub/OpenBCIHub"));
601601
} else {
602602
println("OpenBCI_GUI: hubStart: OS Detected: Mac");
603603
nodeHubby = launch(dataPath("OpenBCIHub.app"));

0 commit comments

Comments
 (0)