Changeset 7529 for trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
- Timestamp:
- 02/25/06 18:36:32 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
r7486 r7529 95 95 case $check1 in 96 96 1) echo "check1=$check1 -> everything ok -> run fillsignal " >> $scriptlog 2>&1 ;; 97 0) echo "check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1 98 check="no" 99 setstatus "stop" >> $scriptlog 2>&1 100 continue ;; 97 101 *) echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 98 102 com=$Ffillcalib … … 105 109 case $check2 in 106 110 1) echo "check2=$check2 -> everything ok " >> $scriptlog 2>&1 ;; 111 0) echo "check2=$check2 -> no connection to db -> continue..." >> $scriptlog 2>&1 112 check="no" 113 ;; 107 114 *) echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 108 115 com=$Ffillsignal
Note:
See TracChangeset
for help on using the changeset viewer.