Last change
on this file since 874 was 874, checked in by Bruno Cornec, 18 years ago |
Centralize the delivery machine detection
Announce of mp3
|
-
Property svn:executable
set to
*
|
File size:
341 bytes
|
Rev | Line | |
---|
[590] | 1 | #!/bin/bash
|
---|
| 2 | #
|
---|
| 3 | # Environmeent for ftp
|
---|
| 4 | #
|
---|
| 5 | # $Id$
|
---|
| 6 | #
|
---|
| 7 |
|
---|
| 8 | # BerliOS FTP/SSH setup
|
---|
[874] | 9 | /sbin/ifconfig | egrep -q '10\.3' 2>&1 > /dev/null
|
---|
| 10 | if [ $? = 0 ]; then
|
---|
| 11 | export DESTMACH=mondo.hpintelco.org
|
---|
| 12 | else
|
---|
| 13 | export DESTMACH=www.mondorescue.org
|
---|
| 14 | fi
|
---|
| 15 |
|
---|
| 16 | export ACCOUNT=bruno@$DESTMACH
|
---|
[590] | 17 | export DSTDIR=/mondo/ftp
|
---|
| 18 | export FTPSERV="ftp.berlios.de"
|
---|
| 19 | export FTPDIR="/incoming"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.