diff options
-rw-r--r-- | .bash/postexec.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash/postexec.bash b/.bash/postexec.bash index 5164190..8beee31 100644 --- a/.bash/postexec.bash +++ b/.bash/postexec.bash @@ -3,7 +3,7 @@ if [ -n "$SSHENVFILE" ] && [ -r "$SSHENVFILE" ];then if source "$SSHENVFILE"; then case "$OSNAME" in 'sunos') - if echo "${SSHAGH[@]}"|tr ' ' '\n'|grep -E "^$(cat /etc/nodename)\$" + if echo "${SSHAGH[@]}"|tr ' ' '\n'|grep -E "^$(cat /etc/nodename)\$"; then add-sshagent-init fi ;; |