Changeset 18777
- Timestamp:
- 03/02/17 02:18:34 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/RunGanymed.sh
r18772 r18777 109 109 case $check1 in 110 110 1) printprocesslog "INFO filling numevts.C was successfully for "$ganymedfile" and table "$resulttable1" (check1=$check1)" 111 # check result for alerts 112 `dirname $0`/FlareAlerts.sh 111 # check result for alerts (on daq only) 112 if [ "$HOSTNAME" = "daq" ] 113 then 114 `dirname $0`/FlareAlerts.sh 115 fi 113 116 ;; 114 117 0) printprocesslog "WARN connection to DB failed in numevts.C (check1=$check1)"
Note:
See TracChangeset
for help on using the changeset viewer.