Suppression du test

This commit is contained in:
Hippolyte Chauvin 2023-05-12 14:00:52 +02:00
parent 2f4be3d915
commit 8b75035416

View file

@ -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[@]}"