summaryrefslogtreecommitdiffstats
path: root/rdesktop
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-09-23 08:28:57 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2015-09-23 08:28:57 +0200
commitc33832d6925fa3e96a68d6ea8006d292cc98eac8 (patch)
tree83a0829755d838569ca6d15d74a1158a646f1fdc /rdesktop
parent9416e3c3bbd1383d06e8056e21000d7163b8d51e (diff)
downloadbin-c33832d6925fa3e96a68d6ea8006d292cc98eac8.zip
bin-c33832d6925fa3e96a68d6ea8006d292cc98eac8.tar.gz
rdesktop: use hostname as domain name
Diffstat (limited to 'rdesktop')
-rwxr-xr-xrdesktop4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdesktop b/rdesktop
index c8989e2..750f433 100755
--- a/rdesktop
+++ b/rdesktop
@@ -5,7 +5,7 @@ if [ $# -eq 2 ]; then
user=$1
else
host=$1
- user="Administrator"
+ user="$1\Administrator"
fi
-/usr/bin/rdesktop -0 -g 1280x1024 -u $user $host
+/usr/bin/rdesktop -0 -g 1280x1024 -u $user $host