diff --git a/tools/build/publish b/tools/build/publish index c5762ab2b..c1af9bde3 100644 --- a/tools/build/publish +++ b/tools/build/publish @@ -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