Changeset 1124 for Validate External Links/validate_external_links.sh
- Timestamp:
- Mar 25, 2020, 2:59:27 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Validate External Links/validate_external_links.sh
r1123 r1124 966 966 SNAPSHOT_URL=${SNAPSHOT_URL%%\"*} # everything before '"' 967 967 968 # Remove the port 80 part that IA often adds to the URL, as it's superfluous 969 SNAPSHOT_URL=$(echo $SNAPSHOT_URL | sed 's/:80//') 970 968 971 # Inform the user of the snapshot URL 969 972 valPrint ts " IA suggests $SNAPSHOT_URL"
Note:
See TracChangeset
for help on using the changeset viewer.