Jeff Klassen
Jeff Klassen
Im experiencing the same issue with 1.102.3. Android app user. I've tried logging out/in, double pull. And no change.
I am experiencing the same problem in AWS linux.
If you replace `get_pid()` with the following: ``` get_pid() { echo "$(ps aux | grep node | awk 'NR==1{print $2}')" } ``` Each command works perfectly.
ah, that's of course correct. Thanks for checking into that. So, the following produces the correct pid: ``` # watch 'ls -lrat' & echo $! [3] 7694 ``` ``` root...
well `ps aux | grep ls`, but yes.