Changeset 874 in MondoRescue for branches/stable/tools/livwww
- Timestamp:
- Oct 5, 2006, 12:30:57 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/tools/livwww
r872 r874 31 31 fi 32 32 33 /sbin/ifconfig | egrep -q '10\.3' 2>&1 > /dev/null34 if [ $? = 0 ]; then35 DESTMACH=mondo.hpintelco.org36 else37 DESTMACH=www.mondorescue.org38 fi39 40 33 dname=`dirname $0` 41 34 prem=`echo $dname |cut -c1` … … 48 41 . $TOOLHOME/common-env 49 42 . $TOOLHOME/svn-env 43 . $TOOLHOME/ftp-env 50 44 51 45 # To be safe for SVN commands
Note:
See TracChangeset
for help on using the changeset viewer.