summaryrefslogtreecommitdiff
path: root/rt_handle_uploaded_key
diff options
context:
space:
mode:
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() {