forked from ahurac/dotfiles
Suppression du test
This commit is contained in:
parent
2f4be3d915
commit
8b75035416
1 changed files with 1 additions and 5 deletions
|
@ -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[@]}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue