Changeset 3075 for alternc/branches/stable-1.0/src/update_domains.sh
- Timestamp:
- 06/22/11 11:28:14 (2 years ago)
- File:
-
- 1 edited
-
alternc/branches/stable-1.0/src/update_domains.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc/branches/stable-1.0/src/update_domains.sh
r3061 r3075 136 136 137 137 # we assume we run apache and bind on the master 138 /usr/bin/alternc_reload $( cat "$RELOAD_ZONES") || true 138 tempo=$(cat "$RELOAD_ZONES"|tr '\n' ' ') 139 /usr/bin/alternc_reload $tempo || true 139 140 for slave in $ALTERNC_SLAVES; do 140 141 if [ "$slave" != "localhost" ]; then 141 ssh alternc@$slave alternc_reload $ (cat "$RELOAD_ZONES")|| true142 ssh alternc@$slave alternc_reload $tempo || true 142 143 fi 143 144 done … … 147 148 exit 0 148 149 149
Note: See TracChangeset
for help on using the changeset viewer.
