mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 08:03:11 +01:00
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:
parent
fdf37a9d09
commit
3b6aff596f
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user