Changeset 2563


Ignore:
Timestamp:
10/01/09 18:16:50 (4 years ago)
Author:
anarcat
Message:

don't fail if alternc_reload fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/src/update_domains.sh

    r2557 r2563  
    243243 
    244244# we assume we run apache and bind on the master 
    245 alternc_reload $RELOAD_ZONES 
     245alternc_reload $RELOAD_ZONES || true 
    246246for slave in $ALTERNC_SLAVES; do 
    247247    if [ "$slave" != "localhost" ]; then 
    248         ssh alternc@$slave alternc_reload "$RELOAD_ZONES" 
     248        ssh alternc@$slave alternc_reload "$RELOAD_ZONES" || true 
    249249    fi 
    250250done 
Note: See TracChangeset for help on using the changeset viewer.