mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-19 03:01:10 +01:00
Replace 'root' with 'webadmin' in publish scripts
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6593 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
e2e1f3aebb
commit
95e573ce17
@ -112,7 +112,7 @@ while [ $# -gt 0 ]; do
|
||||
done
|
||||
|
||||
DESTS="
|
||||
root@mail.shorewall.net:/srv/www/html
|
||||
webadmint@mail.shorewall.net:/srv/www/html
|
||||
"
|
||||
|
||||
if [ -n "$filestocopy" ]; then
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# scp $@ teastep@shorewall.sourceforge.net:/home/groups/s/sh/shorewall/htdocs/images
|
||||
scp -p $@ root@mail:/srv/www/html/images
|
||||
scp -p $@ webadmin@mail:/srv/www/html/images
|
||||
# cp -pf $@ /home/teastep/Shorewall-docs
|
||||
|
||||
|
||||
|
@ -46,7 +46,7 @@ while [ $# -gt 0 ]; do
|
||||
done
|
||||
|
||||
DESTS="
|
||||
root@mail.shorewall.net:/srv/www/html/manpages/
|
||||
webadmin@mail.shorewall.net:/srv/www/html/manpages/
|
||||
"
|
||||
|
||||
if [ -n "$filestocopy" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user