Fix waypipe launch_alacritty

This commit is contained in:
Thomas Avé 2024-04-01 00:12:14 +02:00
parent 418dbb3dcb
commit bd3ca2afa5
1 changed files with 1 additions and 1 deletions

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