diff --git a/bin/ssh-fwd b/bin/ssh-fwd index 9d5c356..0f8e8d2 100755 --- a/bin/ssh-fwd +++ b/bin/ssh-fwd @@ -60,9 +60,5 @@ ssh_com=( # Execution set -x -if port_is_free "${args[1]}"; then - "${ssh_com[@]}" -else - echo "Port is not free, skipping." -fi +"${ssh_com[@]}"