Compare commits

..

No commits in common. "724e86ba3c2403947824a5d790178e7c52198214" and "9b4330aeb0cc78e9f6406a7ea3711ef8bb775c16" have entirely different histories.

2 changed files with 4 additions and 2 deletions

View file

@ -55,9 +55,7 @@ start_rsp() {
then then
port="${default_rsp_port}" port="${default_rsp_port}"
fi fi
hostname="${hostname}:${port}"
echo "start rsp" 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