awips2/deltaScripts/14.3.1/renameLightningSourceInProcedures.sh
Brian Clements cc50637346 Issue #2667 delta scripts for lightning source name change in xml files
handles stored procedures/bundles in localization


Former-commit-id: ddcb1011bb [formerly 8e3e3be372d5db6dfc5897407074bc250fbef294]
Former-commit-id: 0811b0580f
2014-03-03 16:30:45 -06:00

9 lines
253 B
Bash
Executable file

#!/bin/bash
# This script will rename the lightning source column in any D2D procedure files
# This update is only for edex servers which host the cave localization files
MY_DIR=`dirname $0`
bash $MY_DIR/utility/updateLightningNameInXML.sh -p
exit 0