forked from ahurac/dotfiles
vncsconnect : petits remaniements de formattage
This commit is contained in:
parent
6a905e39cf
commit
e7162095a1
1 changed files with 2 additions and 3 deletions
|
@ -38,10 +38,9 @@ fi
|
|||
|
||||
# Exécution
|
||||
if ! ssh_bridge_already_exists "${ssh_args[1]}"; then
|
||||
ssh-fwd "${ssh_args[@]}" -- "$@" || exit
|
||||
ssh-fwd "${ssh_args[@]}" || exit
|
||||
else
|
||||
echo "Le pont SSH existe déjà !"
|
||||
fi
|
||||
exec "$vncviewer" \
|
||||
"${args[@]}"
|
||||
|
||||
exec "$vncviewer" "${args[@]}"
|
||||
|
|
Loading…
Reference in a new issue