Changeset 1201 for Validate External Links
- Timestamp:
- Oct 20, 2025, 4:41:05 AM (12 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Validate External Links/validate_external_links.sh
r1193 r1201 984 984 985 985 # Tack 'curl' exit code onto result string if 'curl' returned "000" (no HTTP response) 986 if [ $CURL_CODE== "000" ]; then986 if [ "$CURL_CODE" == "000" ]; then 987 987 CURL_RESULT="$CURL_RESULT-$CURL_ERR" 988 988 fi
Note:
See TracChangeset
for help on using the changeset viewer.