Changeset 7994
- Timestamp:
- 09/28/06 17:08:56 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7993 r7994 31 31 datacenter/scripts/runcallisto, datacenter/scripts/runganymed: 32 32 - improved processlog 33 34 * datacenter/scripts/sourcefile: 35 - improved processlog 36 - exchange function finish by code in fuction makedir 33 37 34 38 * datacenter/scripts/setup, datacenter/scripts/linkmc, -
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.