Changeset 7776 for trunk/MagicSoft/Mars
- Timestamp:
- 07/04/06 08:51:49 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7775 r7776 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2006/07/04 Daniela Dorner 22 23 * datacenter/scripts/copyscript: 24 - removed not needed if-clause (was used to copy subsystemfiles to 25 /magic/datacenter/totape) 26 27 20 28 21 29 2006/07/03 Thomas Bretz -
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r7525 r7776 178 178 fi 179 179 180 #copy file181 totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'`182 totapepath=`dirname $totapefile`183 makedir $totapepath >> $scriptlog 2>&1184 if ! cp -v $file $totapepath >> $scriptlog 2>&1185 then186 echo $file" couldn't be copied!!!!!" >> $scriptlog 2>&1187 fi188 189 180 if mv -v $file $newpath >> $scriptlog 2>&1 190 181 then
Note:
See TracChangeset
for help on using the changeset viewer.