Skip to content

Commit

Permalink
restore xlsm in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Oct 13, 2023
1 parent 5d4a03d commit f57121b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/migration/v4-rename-driver2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ for ((i=0; i<${#prefix_org[@]}; i++)); do
echo " ${prefix_org[i]} -> ${prefix_new[i]}"
find . -name "*" -not -path "*/.git/*" -type f -print0 | xargs -0 sed -i "/CCSDS_/!s/${prefix_org[i]}/${prefix_new[i]}/g"
done

git restore src/src_user/Settings/tlm_cmd/data_base/CMD_DB/*.xlsm
git restore src/src_user/Settings/tlm_cmd/data_base/TLM_DB/*.xlsm

0 comments on commit f57121b

Please sign in to comment.