Changeset 7994 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 09/28/06 17:08:56 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7982 r7994 185 185 esac 186 186 done 187 ;; 187 printprocesslog "INFO finished merppupdate successfully for sequence $sequence" 188 ;; 188 189 *) echo " check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 189 190 printprocesslog "ERROR $program failed for sequence $sequence (return code $check1)" -
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r7976 r7994 51 51 then 52 52 echo "could not make dir "$@ 53 finish 53 rm -v $todofile 54 rm -v $lockfile 55 date 56 exit 54 57 fi 55 58 fi … … 129 132 rm -v $lockfile 130 133 date 131 printprocesslog "INFO finished $ program"134 printprocesslog "INFO finished $0" 132 135 exit 133 136 }
Note:
See TracChangeset
for help on using the changeset viewer.