Laptop #2

Closed
thomasave wants to merge 119 commits from laptop into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bd3ca2afa5 - Show all commits

View File

@ -16,7 +16,7 @@ if [ "$GRAND_CHILD_PID" != 0 ]; then
if [ "$GRAND_CHILD_NAME" == "waypipe" ]; then
RUNNING_WAYPIPE=true
CHILD_PID=$(pgrep -P "$GRAND_CHILD_PID")
SSH_CLIENT=$(ps -p "$GRAND_CHILD_PID" -o args --no-headers | awk '{ print $3 }')
SSH_CLIENT=$(ps -p "$GRAND_CHILD_PID" -o args --no-headers | awk '{ print $4 }')
fi
fi