mrrl-logincaps

MRRL version of logincaps
git clone https://ccx.te2000.cz/git/mrrl-logincaps
Log | Files | Refs

commit d4f9a674baed92771222e73cd30d86ce10d73bd9
parent 44a2e67fa1c1a32a51a8da767db5a3070f20830b
Author: ccx <ccx@te2000.cz>
Date:   Mon, 11 Mar 2024 22:52:26 +0000

Dynamically determine the location of zshaskpass

Diffstat:
Mbin/startsshagent.passfd | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/startsshagent.passfd b/bin/startsshagent.passfd @@ -1,4 +1,5 @@ #!/command/execlineb -s1 +backtick SSH_ASKPASS { which zshaskpass } piperw 5 4 piperw 6 7 s6-env DISPLAY=tty ZSHASKPASS_READFD=6 ZSHASKPASS_WRITEFD=4 SSH_ASKPASS=/home/ccx/bin/zshaskpass