ssh-mpv icon indicating copy to clipboard operation
ssh-mpv copied to clipboard

Script fails if jumphost is not required and variable is left as 'false'

Open fuzxi opened this issue 4 years ago • 0 comments

if [ -n "$jumphost_required" ]; then runs as 'if $jumphost is unset, then', but the default is for $jumphost to be set to false. It should be set to an empty string by default.

fuzxi avatar Jun 07 '21 06:06 fuzxi