From bb2f91487eb660e1c935ab79d840d4844f317301 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Fri, 6 Feb 2009 11:06:17 +0000 Subject: [PATCH] Change the upload script to match the new way sourceforge is handling web space uploads. --- www/uploadweb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/uploadweb.sh b/www/uploadweb.sh index 619e401..b5707ca 100755 --- a/www/uploadweb.sh +++ b/www/uploadweb.sh @@ -1,3 +1,3 @@ # This is my personal script for uploading the web pages -scp $@ axis3x3@shell.sourceforge.net:/home/groups/g/gs/gssmp/htdocs/ +scp $@ axis3x3,gssmp@web.sourceforge.net:htdocs/ -- 2.11.4.GIT