ssh-mpv
ssh-mpv copied to clipboard
Script fails if jumphost is not required and variable is left as 'false'
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.