Skip to content

Commit 6350434

Browse files
authored
Merge pull request #2 from purplestormctf/xvt-void-patch-1
patch patch
2 parents 2b947d6 + 6e8fdee commit 6350434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/rdp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ while getopts ':i:u:p:H:' OPTION; do
1818
u) user="$OPTARG" ;;
1919
p)
2020
pass="$OPTARG"
21-
xfreerdp /v:$host /u:$user /p:$pass /cert:ignore /dynamic-resolution +clipboard
21+
xfreerdp /v:"$host" /u:"$user" /p:"$pass" /cert:ignore /dynamic-resolution +clipboard
2222
;;
2323
H)
2424
hash="$OPTARG"
25-
xfreerdp /v:$host /u:$user /pth:$hash /cert:ignore /dynamic-resolution +clipboard
25+
xfreerdp /v:"$host" /u:"$user" /pth:"$hash" /cert:ignore /dynamic-resolution +clipboard
2626
;;
2727
?)
2828
usage

0 commit comments

Comments
 (0)