Index: trunk/DataCheck/Monitoring/CheckSwiftSchedule.sh
===================================================================
--- trunk/DataCheck/Monitoring/CheckSwiftSchedule.sh	(revision 18691)
+++ trunk/DataCheck/Monitoring/CheckSwiftSchedule.sh	(revision 18692)
@@ -41,5 +41,5 @@
 do 
    printprocesslog "INFO getting Swift schedule for the night of "$date
-   echo "INFO getting Swift schedule for the night of "$date
+   #echo "INFO getting Swift schedule for the night of "$date
    # paths and files needed to store schedule
    date2=`echo $date | sed -e 's/\//-/g'`
@@ -60,9 +60,9 @@
    #   for the date of sunset
    printprocesslog "INFO Checking "$date2
-   lynx -width 200 -nolist -dump https://www.swift.psu.edu/operations/obsSchedule.php?d=$date2 | grep $date2 >> $schedulefile
+   lynx -width 200 -nolist -dump http://www.swift.psu.edu/operations/obsSchedule.php?d=$date2 | grep $date2 >> $schedulefile
    #   for the date of sunrise
    nextday=`date +%Y-%m-%d --date=$date2"+24hour"`
    printprocesslog "INFO Checking "$nextday
-   lynx -width 200 -nolist -dump https://www.swift.psu.edu/operations/obsSchedule.php?d=$nextday | grep $nextday >> $schedulefile
+   lynx -width 200 -nolist -dump http://www.swift.psu.edu/operations/obsSchedule.php?d=$nextday | grep $nextday >> $schedulefile
 
    # check if schedule is empty
