Changeset 923
- Timestamp:
- 03/29/06 15:05:08 (7 years ago)
- File:
-
- 1 edited
-
trunk/src/update_domains.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/update_domains.sh
r915 r923 237 237 238 238 if [ "$host" = "@" ]; then 239 change_host_ip "$domain" "$PUBLIC_IP" 239 change_host_ip "$domain" "$PUBLIC_IP" || true 240 240 fqdn="$domain" 241 241 else … … 245 245 ip="$PUBLIC_IP" 246 246 fi 247 change_host_ip "$domain" "$ip" "$host" 247 change_host_ip "$domain" "$ip" "$host" || true 248 248 fqdn="${host}.${domain}" 249 249 fi
Note: See TracChangeset
for help on using the changeset viewer.
