Changeset 18474
- Timestamp:
- 04/22/16 21:21:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Monitoring/CheckSwiftSchedule.sh
r18421 r18474 46 46 # Get Swift Data 47 47 # for the date of sunset 48 printprocesslog "INFO Checking "$date2 48 49 lynx -width 200 -nolist -dump https://www.swift.psu.edu/operations/obsSchedule.php?d=$date2 | grep $date2 >> $schedulefile 49 50 # for the date of sunrise 50 51 nextday=`date +%Y-%m-%d --date=$date2"+24hour"` 52 printprocesslog "INFO Checking "$nextday 51 53 lynx -width 200 -nolist -dump https://www.swift.psu.edu/operations/obsSchedule.php?d=$nextday | grep $nextday >> $schedulefile 52 54
Note:
See TracChangeset
for help on using the changeset viewer.