Make the script work outside of shorewall.net

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2366 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
paulgear 2005-07-18 09:54:30 +00:00
parent fdf37a9d09
commit 3b6aff596f

View File

@ -101,9 +101,9 @@ if [ -n "$filestocopy" ]; then
done
echo "Copying$filestoreport to SourceForge..."
scp $filestocopy teastep@shorewall.sourceforge.net:/home/groups/s/sh/shorewall/htdocs > /dev/null
scp $filestocopy shorewall.sourceforge.net:/home/groups/s/sh/shorewall/htdocs > /dev/null
echo "Copying$filestoreport to Mail..."
scp $filestocopy mail:/var/www/html > /dev/null
scp $filestocopy mail.shorewall.net:/var/www/html > /dev/null
fi