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
|
# Exécution
|
||||||
if ! ssh_bridge_already_exists "${ssh_args[1]}"; then
|
if ! ssh_bridge_already_exists "${ssh_args[1]}"; then
|
||||||
ssh-fwd "${ssh_args[@]}" -- "$@" || exit
|
ssh-fwd "${ssh_args[@]}" || exit
|
||||||
else
|
else
|
||||||
echo "Le pont SSH existe déjà !"
|
echo "Le pont SSH existe déjà !"
|
||||||
fi
|
fi
|
||||||
exec "$vncviewer" \
|
|
||||||
"${args[@]}"
|
|
||||||
|
|
||||||
|
exec "$vncviewer" "${args[@]}"
|
||||||
|
|
Loading…
Reference in a new issue