Changeset 2563
- Timestamp:
- 10/01/09 18:16:50 (4 years ago)
- File:
-
- 1 edited
-
alternc/trunk/src/update_domains.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/src/update_domains.sh
r2557 r2563 243 243 244 244 # we assume we run apache and bind on the master 245 alternc_reload $RELOAD_ZONES 245 alternc_reload $RELOAD_ZONES || true 246 246 for slave in $ALTERNC_SLAVES; do 247 247 if [ "$slave" != "localhost" ]; then 248 ssh alternc@$slave alternc_reload "$RELOAD_ZONES" 248 ssh alternc@$slave alternc_reload "$RELOAD_ZONES" || true 249 249 fi 250 250 done
Note: See TracChangeset
for help on using the changeset viewer.
