This commit is contained in:
2023-02-23 10:08:31 -05:00
parent 39904997eb
commit 777bc09c68

View File

@@ -146,7 +146,7 @@ relay() {
trap _cleanup EXIT
[[ -f "${RELAY_BIN}" ]] || die "Unable to access ${RELAY_BIN}"
# [[ -f "${RELAY_BIN}" ]] || die "Unable to access ${RELAY_BIN}"
if pgrep -fx "^ssh-agent\s.+" >/dev/null; then
log "Killing previously started local ssh-agent..."