Oups j'avais oublié de modifier la syntaxe
This commit is contained in:
parent
59325eeb4c
commit
bc08c22564
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue