Skip to content

Commit

Permalink
bl22441 ->
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Sep 27, 2023
1 parent 1614f91 commit 49af780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stack/base/load-singlesshagent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ load_singlesshagent() {
[ "$VERBOSE" == "true" ] && echo " - ssh-add replied with return code $SSHADD_RETVAL - I don't know what to do..." >&2
fi

[ "$VERBOSE" == "true" ] && echo "- Debugging, listing all ssh-agents for user $USER:"
[ "$VERBOSE" == "true" ] && ps -U "$USER" | grep --color=no '[s]sh-agent'
[ "$VERBOSE" == "true" ] && echo "- Debugging, listing all ssh-agents for user $NB_USER:"
[ "$VERBOSE" == "true" ] && ps -U "$NB_USER" | grep --color=no '[s]sh-agent'
}

# Run with the requested verbosity
Expand Down

0 comments on commit 49af780

Please sign in to comment.