Skip to content

Commit

Permalink
Update chain_state.gd
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouscatsoserious authored May 23, 2024
1 parent 9bff308 commit a641a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/chain_state.gd
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func find_ethsail_pids() -> Array:

if os_name != "Windows":
# Command for Unix-like systems to find processes by command-line pattern
var result = OS.execute("pgrep", ["-f", "x"], output, true)
var result = OS.execute("pgrep", ["-f", "ethsail --conf=/home/joshua/drivechain_launcher_sidechains/ethsail/ethsail.conf"], output, true)
if result == OK and output.size() > 0:
# Handle multiple PIDs
var pid_strings = output[0].split("\n")
Expand Down

0 comments on commit a641a5d

Please sign in to comment.