Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$SSHPATH is not used in the function to check if binaries are available #20

Open
JayGoldberg opened this issue Jul 28, 2021 · 0 comments
Labels

Comments

@JayGoldberg
Copy link
Owner

for cmd in ssh nc; do
    if [ ! $(which $cmd) ]; then
      ErrMsg "[FATAL] Can't find $cmd, make sure the required binaries \
      are installed and that their paths in the config are correct"
      exit 1
    fi
  done

In this code we do not take into account the rstunnel.conf overrides for binary locations, instead relying on $PATH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant