From d2566e8eed19580e635617465b0bcda7adb772ab Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Tue, 6 Sep 2005 18:02:56 +0000 Subject: * some cleaning * fixed _sftp-ssh._tcp.sh git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@11 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- scripts/_sftp-ssh._tcp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/_sftp-ssh._tcp.sh b/scripts/_sftp-ssh._tcp.sh index 0b6a62f..5ecf95f 100755 --- a/scripts/_sftp-ssh._tcp.sh +++ b/scripts/_sftp-ssh._tcp.sh @@ -24,7 +24,7 @@ fi if [ ! -z "$TXT_path" ] then - path=`echo $TXT_path | sed -e 's/^\///g'` + path=/`echo $TXT_path | sed -e 's/^\///g'` fi -sftp "$USERNAME$ADDRESS:$PORT/$path" +gnome-terminal --tab -t "$NAME" -e "sftp -oPort=$PORT $USER_NAME$ADDRESS:$path" -- cgit