docker-ssh-agent-forward icon indicating copy to clipboard operation
docker-ssh-agent-forward copied to clipboard

Error using "make" step if PREFIX environment variable is set

Open jerryvurbl opened this issue 5 years ago • 1 comments

$ make

./pinata-build-sshd.sh: line 3: cd: /usr/local/share/pinata-ssh-agent: No such file or directory

The issue is that ./pinata-build-sshd.sh hardcodes the PREFIX path to /usr/local instead of uses Env var PREFIX as done in the Makefile

jerryvurbl avatar Sep 04 '20 21:09 jerryvurbl

https://github.com/avsm/docker-ssh-agent-forward/pull/21

jerryvurbl avatar Sep 04 '20 21:09 jerryvurbl