Oups j'avais oublié de modifier la syntaxe

This commit is contained in:
Hippolyte Chauvin 2023-04-15 23:01:56 +02:00
parent 59325eeb4c
commit bc08c22564

View file

@ -25,7 +25,8 @@ make_ssh_bridge+=(
# Open VNC session # Open VNC session
open_vnc_session+=( open_vnc_session+=(
"$vncviewer" "$vncviewer"
"${localhost}:${local_port}" "${localhost}"
"${local_port}"
) )
# Execution # Execution