diff options
author | Astound <kirito@disroot.org> | 2025-01-05 00:58:50 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2025-01-05 00:58:50 +0800 |
commit | cc476600113c04cc8c2480417f36c61031840e31 (patch) | |
tree | 798e8e40a80a24591071ffa7af0df884b01f7397 /hyperterm/tools | |
parent | d3822dbd8bf5130a52a6860e47a0ce913943b34a (diff) | |
download | hyperterm-master.tar.lz hyperterm-master.tar.xz hyperterm-master.zip |
Diffstat (limited to 'hyperterm/tools')
-rw-r--r-- | hyperterm/tools/ssh-agent.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperterm/tools/ssh-agent.sh b/hyperterm/tools/ssh-agent.sh index e121722..1012d81 100644 --- a/hyperterm/tools/ssh-agent.sh +++ b/hyperterm/tools/ssh-agent.sh @@ -98,7 +98,7 @@ function sshagent_reload { } if [[ -f "$HOME/.ssh/environment" ]]; then - sshagent_reload > /dev/null + sshagent_reload > /dev/null 2>&1 fi # Alias agents |