From 8b7503541691b99b711d237d380afbcb1441f638 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Fri, 12 May 2023 14:00:52 +0200 Subject: [PATCH] Suppression du test --- bin/ssh-fwd | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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[@]}"