From 6a30f4a87ae981e48b51d5bd652af746805c24bf Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 28 Jul 2022 17:20:26 +0200 Subject: fix settings --- bash/ssh-agent.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/ssh-agent.profile') diff --git a/bash/ssh-agent.profile b/bash/ssh-agent.profile index efa3724..0fc4082 100644 --- a/bash/ssh-agent.profile +++ b/bash/ssh-agent.profile @@ -4,6 +4,6 @@ #SA_SSH_SOCKET="/var/run/user/$UID/ssh-agent.sock" #SA_SSH_PIDFILE="/var/run/user/$UID/ssh-agent.pid" -if [ ! "$SA_SSH_AGENT_STATIC"="yes" ]; then +if [ ! "$SA_SSH_AGENT_STATIC" = "yes" ]; then [ -z $SSH_AUTH_SOCK ] && eval `ssh-agent` fi -- cgit v1.2.3