updated the website upload script

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1851 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
jtsiomb 2019-09-17 00:13:21 +00:00
parent 53e7d2895c
commit b28fd0d96e

View File

@ -17,5 +17,5 @@ else
fi
echo "connecting as user: $user ..."
rsync -vr --exclude='.sfuser' --exclude '*.swp' \
--rsh="ssh -l $user" * $user,freeglut@web.sourceforge.net:htdocs/
rsync -avP -e ssh --exclude='.sfuser' --exclude '*.swp' \
* $user@web.sourceforge.net:/home/project-web/freeglut/htdocs/