- Timestamp:
- 08/29/05 19:04:23 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7336 r7339 18 18 19 19 -*-*- END OF LINE -*-*- 20 2005/08/2 8Daniela Dorner20 2005/08/29 Daniela Dorner 21 21 22 22 * datacenter/scripts/insertdatasets, … … 26 26 * datacenter/macros/setupdb.C: 27 27 - adapted to changes in the table DataSets 28 29 * datacenter/scripts/copyscript: 30 - added copying of the file to the directory 31 /magic/datacenter/totape 28 32 29 33 -
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r7233 r7339 194 194 195 195 #copy file 196 $totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'` 197 $totapepath=`dirname $totapefile` 198 makedir $totapepath >> $scriptlog 2>&1 199 if ! cp -v $file $totapepath >> $scriptlog 2>&1 200 then 201 echo $file" couldn't be copied!!!!!" >> $scriptlog 2>&1 202 fi 203 196 204 if mv -v $file $newpath >> $scriptlog 2>&1 197 205 then
Note:
See TracChangeset
for help on using the changeset viewer.