awips2/deltaScripts/14.3.1/DR2667/renameLightningSourceInBundles.sh
Richard Peter 18b4d133c7 Issue #2854: Reorganize deltaScripts
Former-commit-id: 56745c942e [formerly 56745c942e [formerly 469c2c597b80fd725f474e0d645656e4054fd69a]]
Former-commit-id: c8e373c098
Former-commit-id: e1721cad00
2014-04-30 13:03:44 -05:00

9 lines
250 B
Bash
Executable file

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