Compare commits
No commits in common. "724e86ba3c2403947824a5d790178e7c52198214" and "9b4330aeb0cc78e9f6406a7ea3711ef8bb775c16" have entirely different histories.
724e86ba3c
...
9b4330aeb0
2 changed files with 4 additions and 2 deletions
|
@ -55,9 +55,7 @@ start_rsp() {
|
|||
then
|
||||
port="${default_rsp_port}"
|
||||
fi
|
||||
hostname="${hostname}:${port}"
|
||||
echo "start rsp"
|
||||
xfreerdp /v:"${hostname}" /u:"${user}" /dynamic-resolution
|
||||
}
|
||||
|
||||
|
||||
|
@ -139,3 +137,7 @@ esac
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
# add possibility for vnc and rsp
|
||||
# rsp command to connect: xfreerdp /v:hostname /u:user /dynamic-resolution
|
||||
|
|
Loading…
Reference in a new issue