Commit f1182e17 authored by kaliraja's avatar kaliraja Committed by SMY ALTAMASH
Browse files

DO-1273 fixed the esmapping issue (#686)

parent d106e19d
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -20,7 +20,8 @@ done
echo "#################################################"
cd ../mappings
mapping_files=$(ls -l | awk 'NR>1{print $9}' | awk -F"-" '{print $1}' | tr "\n" " ")
#mapping_files=$(ls -l | awk 'NR>1{print $9}' | awk -F"-" '{print $1}' | tr "\n" " ")
mapping_files=$(ls -l | awk 'NR>1{print $9}' | awk -F"." '{print $1}' | tr "\n" " " | sed 's/-mapping//g')
for file in ${mapping_files[@]}
do
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment