Changeset 7800
- Timestamp:
- 07/23/06 12:30:21 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7799 r7800 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/07/23 Thomas Bretz 21 22 * datacenter/scripts/copyscript: 23 - only try to insert the contents of runbook files which 24 contain the regexp \\\.rbk$ instead of .rbk It might be 25 that in a script it should be \.rbk$ rather than \\\.rbk$ 26 (to be tested) 27 28 29 20 30 2006/07/22 Thomas Bretz 21 31 -
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r7776 r7800 147 147 #run macros if the file is a *.rbk or a *.run file to 148 148 #fill the information into the db 149 if echo $filename | grep .rbk>> $scriptlog 2>&1149 if echo $filename | grep \\\.rbk$ >> $scriptlog 2>&1 150 150 then 151 151 echo "found rbk-file $filename" >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.