1
0
Fork 0
forked from ahurac/dotfiles

vncsconnect : petits remaniements de formattage

This commit is contained in:
Hippolyte Chauvin 2023-11-11 18:07:23 +01:00
parent 6a905e39cf
commit e7162095a1

View file

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