From 4ada29df67d37041687a645c99bf7056203b5d80 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 13 Jun 2011 15:13:33 +0000 Subject: rapid-tunneling: include name in RA tarball Include the name, as the file 'basename' in the remote-access tarball. This allows identifying it even if it was renamed. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@9415 283159da-0705-0410-b60c-f2062b4bb6ad --- rtadm | 1 + 1 file changed, 1 insertion(+) diff --git a/rtadm b/rtadm index 15f74ef..dc358b6 100755 --- a/rtadm +++ b/rtadm @@ -36,6 +36,7 @@ create() echo $PORT > ~/tmp/port echo $USERNAME > ~/tmp/user echo $TUNNEL_PORT > ~/tmp/tunnelport + echo $COMMENT > ~/tmp/basename tar -czf remote-access-$COMMENT.tar.gz -C ~/tmp host key port tunnelport user --owner root --group root mkdir -m 700 -p ~/.ssh umask 022 -- cgit v1.2.3