handles stored procedures/bundles in localization Former-commit-id:ddcb1011bb
[formerly 8e3e3be372d5db6dfc5897407074bc250fbef294] Former-commit-id:0811b0580f
9 lines
253 B
Bash
Executable file
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
|
|
|