Former-commit-id:09f41a6b31
[formerly56745c942e
] [formerly09f41a6b31
[formerly56745c942e
] [formerlyc8e373c098
[formerly 469c2c597b80fd725f474e0d645656e4054fd69a]]] Former-commit-id:c8e373c098
Former-commit-id:a526600e3e
[formerlye1721cad00
] Former-commit-id:18b4d133c7
9 lines
260 B
Bash
Executable file
9 lines
260 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "INFO: update started - removing collaboration local groups localization files"
|
|
|
|
find /awips2/edex/data/utility -type f -regex '.*collaboration/localGroups.xml$' -exec rm -vf {} \;
|
|
|
|
echo "INFO: the update has completed successfully!"
|
|
|
|
exit 0
|