From 3b6aff596fadaf61511846c39ee780fcc19d56a8 Mon Sep 17 00:00:00 2001 From: paulgear Date: Mon, 18 Jul 2005 09:54:30 +0000 Subject: [PATCH] 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 --- tools/build/publish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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