summaryrefslogtreecommitdiff
path: root/rt_handle_uploaded_key
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-02-15 14:08:17 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-02-15 14:08:17 +0000
commit8fa9d4540df65eec3963ecd8a2f90347384a6de7 (patch)
treebeeb4c363dacf0683a684f9ecc06f92a47a9b42b /rt_handle_uploaded_key
parent07231d95d29670458200d05b9a48a840ac688bc3 (diff)
rtadm: integrate "upload"
'upload' is now a subcommand of rtadm git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@10398 283159da-0705-0410-b60c-f2062b4bb6ad
Diffstat (limited to 'rt_handle_uploaded_key')
-rwxr-xr-xrt_handle_uploaded_key3
1 files changed, 2 insertions, 1 deletions
diff --git a/rt_handle_uploaded_key b/rt_handle_uploaded_key
index 1ead82d..99b89c1 100755
--- a/rt_handle_uploaded_key
+++ b/rt_handle_uploaded_key
@@ -66,7 +66,8 @@ put_tarball() {
rm "$tar_full"
fi
name=`tar_name "$tar_full"`
- echo "$name: $tar_url"
+ port=`tar_port "$tar_full"`
+ echo "$port, $name: $tar_url"
}
list() {