Changeset 509 in MondoRescue for branches/stable/tools


Ignore:
Timestamp:
Apr 30, 2006, 1:40:29 PM (18 years ago)
Author:
bcornec
Message:

delivery is now with force mode on by default to avoid problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/livwww

    r436 r509  
    1616TESTDIR=/mondo/www/html/test
    1717
    18 force=0
     18force=1
    1919nodoc=0
    2020
    21 if [ "$1" = "-f" ]; then
    22         force=1
     21if [ "$1" = "--keep" ]; then
     22        force=0
    2323        optsvn=""
    2424        shift
     
    3535    DESTMACH=mondo.hpintelco.org
    3636else
    37     DESTMACH=www1.mondorescue.org
     37    DESTMACH=www.mondorescue.org
    3838fi
    3939
Note: See TracChangeset for help on using the changeset viewer.