From 49af780e9ce0bc710c93e625729000884c16c013 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Wed, 27 Sep 2023 14:20:59 +0100 Subject: [PATCH] bl22441 -> --- stack/base/load-singlesshagent.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack/base/load-singlesshagent.sh b/stack/base/load-singlesshagent.sh index 3a16815d..c2e8f9f0 100644 --- a/stack/base/load-singlesshagent.sh +++ b/stack/base/load-singlesshagent.sh @@ -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