shell/keychain: remove deprecated 'agent-parameter
Some checks are pending
Build / Lint Code Base (push) Waiting to run
CI / build (push) Waiting to run

This commit is contained in:
Felix Buehler 2025-11-26 21:30:11 +01:00
parent dafdf60752
commit 52bfbe6d9d

View file

@ -2,6 +2,6 @@
# Assert an ssh-agent (which is empty at the beginning)
if command -v keychain > /dev/null 2>&1; then
eval "$(keychain -q --nogui --agents ssh --timeout 600 --eval)"
eval "$(keychain -q --nogui --timeout 600 --eval)"
fi